1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 05:27:13 +00:00

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 8d563c4516
commit 63f8fcef18
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'),