-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error occurred when rake db:schema:load #95
Comments
We were having the same problem here but, We fixed it doing "bundle exec rake db:schema:load". |
Just reproduce this error in another machine I fixed commenting next lines during first migration: This lines found in config/initializers/catalogue.rb from 59 to 62 and app/models/quiz_session.rb line 12 acts_as_xlsx |
So I apologize for the late return information,I'm using Ubuntu,When this problem arises, After I run bundle exec rake db:schema:load again, This can be a successful migration,But on the page relative to the function does not work well ps: Pardon my English |
This bug has been fixed in ffb5a3d. Two changes have been done:
Thanks for the feedback. |
Warning: Error loading /root/vish/app/models/quiz_session.rb:
Mysql2::Error: Table 'vish_development.quiz_sessions' doesn't exist: SHOW FULL FIELDS FROM
quiz_sessions
...
rake aborted!
ActiveRecord::StatementInvalid: Mysql2::Error: Table 'vish_development.tags' doesn't exist: SHOW FULL FIELDS FROM
tags
...
When i run bundle exec rake db:schema:load , Do someone have the same problem?
The text was updated successfully, but these errors were encountered: