mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-24 05:57:47 +02:00
feat(rails): add rails db:migrate:reset alias (#13845)
This commit is contained in:
parent
59a9740721
commit
e1d1f0dcd5
3 changed files with 4 additions and 1 deletions
|
|
@ -214,6 +214,7 @@ _rails_subcommands() {
|
|||
"db\:migrate[Migrate the database]"
|
||||
"db\:migrate\:down[Run the 'down' for a given migration VERSION]"
|
||||
"db\:migrate\:redo[Roll back the database one migration and re-migrate up]"
|
||||
"db\:migrate\:reset[Drop and recreate all databases from scratch for the current environment]"
|
||||
"db\:migrate\:status[Display status of migrations]"
|
||||
"db\:migrate\:up[Run the 'up' for a given migration VERSION]"
|
||||
"db\:prepare[Run setup if database does not exist, or run migrations if it does]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue