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 df5d91f335
commit 8a28e4dcc3

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"`