LoginSignup
34
40

More than 5 years have passed since last update.

Railsで特定のversionのみmigrateする方法

Last updated at Posted at 2016-12-01

migrateが実行されていないものを確認。

bundle exec rake db:migrate:status

Migration IDをメモる。statusがupになっているファイルはすでにmigrate済み。

Status   Migration ID    Migration Name
--------------------------------------------------
  up     20150107092204  Devise create admin users
  up     20150107092210  Create active admin comments
 down    20150107092210  Create active admin comments

これでok

bundle exec rake db:migrate:up VERSION=20150107092210
34
40
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
34
40