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
Rails has been upgraded to 5.2 in 899a83b, but db/schema.rb remained in its old format. -> It should be updated to its new format (to keep the git history clean for future migrations).
db/schema.rb
The text was updated successfully, but these errors were encountered:
Closes foodcoops#805 - updated db/schema.rb to Rails 5.2 dump
6b98fb2
64113ab
On foodcoops#805: Turn bigint IDs back into normal integers
5f68b07
see https://stackoverflow.com/questions/44390225/how-to-turn-off-bigint-primary-keys-in-rails-5-1 and https://edgeguides.rubyonrails.org/5_1_release_notes.html#active-record-notable-changes
On #805: Turn bigint IDs back into normal integers
8e12b15
No branches or pull requests
Rails has been upgraded to 5.2 in 899a83b, but
db/schema.rb
remained in its old format.-> It should be updated to its new format (to keep the git history clean for future migrations).
The text was updated successfully, but these errors were encountered: