mirror of https://github.com/grafana/grafana
postgresql: change plugin id (#77444)
* postgres: change plugin id * fixed cue file * codeowners update * fixed backend testpull/78034/head
parent
675e946b40
commit
2d391c1bf5
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
@ -1,7 +1,8 @@ |
||||
{ |
||||
"type": "datasource", |
||||
"name": "PostgreSQL", |
||||
"id": "postgres", |
||||
"id": "grafana-postgresql-datasource", |
||||
"aliasIDs": ["postgres"], |
||||
"category": "sql", |
||||
|
||||
"info": { |
||||
Loading…
Reference in new issue