mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Postgres: Add postgres versions 11 and 12 to version selector (#24750)
Closes #24320
This commit is contained in:
parent
3a63044f19
commit
47b2650a99
@ -69,5 +69,7 @@ export class PostgresConfigCtrl {
|
||||
{ name: '9.5', value: 905 },
|
||||
{ name: '9.6', value: 906 },
|
||||
{ name: '10', value: 1000 },
|
||||
{ name: '11', value: 1100 },
|
||||
{ name: '12', value: 1200 },
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user