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

Closes #24320
This commit is contained in:
DanielLyons178 2020-05-27 12:51:34 +01:00 committed by GitHub
parent 3a63044f19
commit 47b2650a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 },
];
}