1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 07:11:44 +00:00

Fix procedure for schema generation (#436)

* Fix procedure for schema generation
This commit is contained in:
Michael Muller
2020-01-13 07:41:20 -05:00
committed by GitHub
parent bd5299b2f2
commit 54471e2714

View File

@@ -34,7 +34,7 @@ Below are the steps to submit a schema change:
2. Run the `nomulus generate_sql_schema` command to generate a new version of
`db-schema.sql.generated`. The full command line to do this is:
`./gradlew registryTool --args="-e localhost generate_sql_schema
`./gradlew devTool --args="-e localhost generate_sql_schema
--start_postgresql -o
/path/to/nomulus/db/src/main/resources/sql/schema/db-schema.sql.generated"`