-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cannot update a field to be required once already created #10
Comments
Internal Issue: |
Just wanted to drop a word here saying this is still relevant today. The migration gets rejected with 'FAILED Could not apply schema changes' |
@joelpierre this should be resolved now, right? |
I am not sure haven't re-checked since Jan. I just generally avoid it 😅 |
Hello any update on this issue? |
I have a model with a simple field I created. In the next migration I wanted to make this field required, however the update was being rejected, even though I was passing a migration value.
When testing I noticed that I had to delete every entry and then I could update the field to be required.
In the UI this isn't an issue as it asks for a migration value. I assume there is some sort of ordering of mutations issue meaning that the migration is rejected?
e.g
on next run when content has been added (this fails)
The text was updated successfully, but these errors were encountered: