mirror of https://github.com/bjeanes/dotfiles.git
5 lines
45 B
Fish
5 lines
45 B
Fish
|
function migrate
|
||
|
rake db:migrate $argv
|
||
|
|
||
|
end
|