mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-23 06:08:41 +08:00
rails function migrate that will also migrate the test database
This commit is contained in:
parent
53d1c4fa15
commit
4cdc45cc56
3
plugins/rails/migrate.fish
Normal file
3
plugins/rails/migrate.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function migrate
|
||||
rake db:migrate db:test:clone
|
||||
end
|
Loading…
Reference in New Issue
Block a user