mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-22 02:00:12 +01:00
Revert "Use db:schema:load instead of db:migrate"
This reverts commit 3c5f28869b,
which did not function properly on the continuous integration server.
This commit is contained in:
parent
3c5f28869b
commit
34e0c2b13a
2 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
task :ci => ['db:schema:load', :test, :cucumber]
|
||||
task :ci => ['db:migrate', :test, :cucumber]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue