mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
Use db:schema:load instead of db:migrate
This commit is contained in:
parent
9cdea2c51f
commit
3c5f28869b
2 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
task :ci => ['db:migrate', :test, :cucumber]
|
||||
task :ci => ['db:schema:load', :test, :cucumber]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue