Fix trailing comma in PostgreSQL dashboard JSON
This commit is contained in:
parent
d56231d813
commit
a1341cdaa6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue