mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
Readme update about rake db:all:setup
This commit is contained in:
parent
5f848553a0
commit
7f1eb48b03
1 changed files with 5 additions and 4 deletions
|
@ -44,10 +44,11 @@ Create registry database manually, example:
|
|||
|
||||
Or create all databases:
|
||||
|
||||
rake db:all:setup # will create all databases and loads all schemas
|
||||
rake db:all:create # creates all databases
|
||||
rake db:all:schema:load # loads all schemas
|
||||
rake db:all:schema:dump # dumps all schemas
|
||||
rake db:all:setup # will create all databases, loads all schemas and seeds
|
||||
# other similar tasks if needed later:
|
||||
# rake db:all:create # creates all databases only
|
||||
# rake db:all:schema:load # loads all schemas
|
||||
# rake db:all:schema:dump # dumps all schemas
|
||||
|
||||
Production install (database schema should be loaded and seeds should be present)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue