mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update with new task names for building mysql and postgresql databases
This commit is contained in:
parent
af988ef5b0
commit
6c384a6d9f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
Copy test/config.example.yml to test/config.yml and edit as needed. Or just run the tests for
|
||||
the first time, which will do the copy automatically and use the default (sqlite3).
|
||||
|
||||
You can build postgres and mysql databases using the build_postgresql and build_mysql rake tasks.
|
||||
You can build postgres and mysql databases using the postgresql:build_databases and mysql:build_databases rake tasks.
|
||||
|
||||
== Running the tests
|
||||
|
||||
|
|
Loading…
Reference in a new issue