-
Notifications
You must be signed in to change notification settings - Fork 39
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
Upgrade to 1.1.0 with existing data not possible #11
Comments
We're running into this too! |
Same problem |
Sorry guys. I've just fixed this on master. This update ensures compatibility with existing data containing existing null values. Can you test it out for me and see if its all working well. Also this latest commit includes a generator for the migration for the new column using |
v1.1.1 is now released which fixes this. |
With the latest 1.1.0 update, the
:foreign_type
column is introduced. It hasnull: false
, which means it cannot be added to existing data (since there will benull
values unless they are explicitly computed). I tried a manual migration to add the column:Is it possible to update to the latest version with existing data?
The text was updated successfully, but these errors were encountered: