2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

マイグレーションファイルを一括でロールバックする rails db:rollback

Posted at

動機

何個か前のマイグレーションファイルまで遡りたいときにrails db:rollbackを何度も入力するのが面倒!
そう思ったので、解決策をサクッとまとめました。

STEP数を指定してロールバック

戻る数を指定してロールバックする方法

rails db:rollback STEP=ステップ数

drop、create、migrate全てやてくれる

rails db:migrate:reset

drop、create、schema.rbから復帰させる

rails db:reset

以上

短くなってしまいましたが、よかったら使ってみてください。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?