mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-17 13:06:47 +02:00
feat: add POSTGRES_18 to DatabaseVersion
PiperOrigin-RevId: 852794094
This commit is contained in:
parent
286c66a565
commit
a745ee412f
1 changed files with 3 additions and 0 deletions
|
|
@ -104,6 +104,9 @@ enum DatabaseVersion {
|
|||
|
||||
// The database version is Postgres 17.
|
||||
POSTGRES_17 = 5;
|
||||
|
||||
// The database version is Postgres 18.
|
||||
POSTGRES_18 = 6;
|
||||
}
|
||||
|
||||
// Subscription_type added to distinguish between Standard and Trial
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue