Fix trailing comma in PostgreSQL dashboard JSON

This commit is contained in:
Erich Blume 2026-01-16 12:24:34 -08:00
commit a1341cdaa6

View file

@ -625,7 +625,7 @@
],
"title": "XID Age Over Time",
"type": "timeseries"
},
}
],
"schemaVersion": 39,
"tags": ["postgresql", "database"],
@ -640,5 +640,5 @@
"timezone": "browser",
"title": "PostgreSQL",
"uid": "postgresql",
"version": 2
"version": 3
}