feat: add POSTGRES_18 to DatabaseVersion

PiperOrigin-RevId: 852794094
This commit is contained in:
Google APIs 2026-01-06 08:39:28 -08:00 committed by Copybara-Service
parent 286c66a565
commit a745ee412f

View file

@ -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