/gist:d3e5c72353febadaa48e Secret
Created
July 25, 2015 17:25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rooney@quasi:~/code/rubybot$ rake db:migrate | |
** Invoke db:migrate (first_time) | |
** Invoke db:configure_connection (first_time) | |
** Invoke db:configuration (first_time) | |
** Invoke db:environment (first_time) | |
** Execute db:environment | |
** Execute db:configuration | |
** Execute db:configure_connection | |
** Execute db:migrate | |
** Invoke db:configure_connection | |
== 1437784429 AddTableUsers: migrating ======================================== | |
-- create_table(:users) | |
An error has occurred, this and all later migrations canceled: | |
wrong number of arguments (1 for 0) | |
== 1437784429 AddTableUsers: migrating ======================================== | |
-- create_table(:users) | |
An error has occurred, this and all later migrations canceled: | |
wrong number of arguments (1 for 0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment