Skip to content

Instantly share code, notes, and snippets.

@ailourophile
Created June 8, 2013 13:31
Show Gist options
  • Save ailourophile/5735186 to your computer and use it in GitHub Desktop.
Save ailourophile/5735186 to your computer and use it in GitHub Desktop.
This simply updates the database with our new users data model.
$ bundle exec rake db:migrate
Note that, in order to ensure that the command uses the version of Rake corresponding to our Gemfile, we need to run rake using bundle exec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment