Clean up Gradle Flyway tasks in :db (#990)

* Clean up Gradle Flyway tasks in :db

Simplified the command line by revising the semantics of some
properties.

Added examples of Flyway task invocations.

This script still uses the GCS file-based credential. We will migrate it
to the Secret Manager soon.
This commit is contained in:
Weimin Yu 2021-03-04 19:58:09 -05:00 committed by GitHub
parent f997f64169
commit db16a2c679
2 changed files with 15 additions and 7 deletions

View file

@ -111,8 +111,8 @@ PROPERTIES = [
# Cloud SQL properties
Property('dbServer',
'A registry environment name (e.g., "alpha") or a host[:port] '
'string'),
'The host[:port] of a database that accepts direct IP access. '
'This is typically used with a testing database.'),
Property('dbName',
'Database name to use in connection.',
'postgres'),