Commit 47b2650a by DanielLyons178 Committed by GitHub

Postgres: Add postgres versions 11 and 12 to version selector (#24750)

Closes #24320
parent 3a63044f
......@@ -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 },
];
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment