cradle-sql: update token name

italian
pxgamer 2018-11-13 12:15:23 +00:00 committed by Agniva De Sarker
parent 2696cd0495
commit 7afed4adcc
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
- Rebuild the database schema for a specific package: - Rebuild the database schema for a specific package:
`cradle sql build {{package}}` `cradle sql build {{package_name}}`
- Truncate the entire database: - Truncate the entire database:
@ -16,7 +16,7 @@
- Truncate the database tables for a specific package: - Truncate the database tables for a specific package:
`cradle sql flush {{package}}` `cradle sql flush {{package_name}}`
- Populate the tables for all packages: - Populate the tables for all packages:
@ -24,4 +24,4 @@
- Populate the tables for a specific package: - Populate the tables for a specific package:
`cradle sql populate {{package}}` `cradle sql populate {{package_name}}`