We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the provided DB migrations on a PostgreSQL backend the migrations fail.
proposed fix: Change the setting of the default value to "false" instead of "0" in the files:
The text was updated successfully, but these errors were encountered:
hum, looking at http://api.rubyonrails.org/classes/ActiveRecord/Migration.html 1/0 seems to be the right thing to use. But http://guides.rubyonrails.org/migrations.html#anatomy-of-a-migration mentions true/false
I will need to check how it goes with mysql. Tks for reporting
Sorry, something went wrong.
No branches or pull requests
When running the provided DB migrations on a PostgreSQL backend the migrations fail.
proposed fix:
Change the setting of the default value to "false" instead of "0" in the files:
"false" will be interpreted correctly according to the used database backend
The text was updated successfully, but these errors were encountered: