Skip to content

Instantly share code, notes, and snippets.

@marcusshepp
Last active August 24, 2017 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusshepp/7b1bcc7f57877942e0470527fb3beffe to your computer and use it in GitHub Desktop.
Save marcusshepp/7b1bcc7f57877942e0470527fb3beffe to your computer and use it in GitHub Desktop.
running migrations
# rails 3.2.19
ruby script/generate migration AddUserOptedIntoLeaderboard
rake db:migrate:up VERSION=20160617125737
# rails -v 1.2.3
rake db:migrate VERSION=213
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment