mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02:00
Fix procedure for schema generation (#436)
* Fix procedure for schema generation
This commit is contained in:
parent
df5d91f335
commit
8a28e4dcc3
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue