-
-
Notifications
You must be signed in to change notification settings - Fork 200
Unable to remove unique on a field #1188
Comments
Try updating the field as you did, then refreshing the app before checking if it worked as expected. See what happens |
@justrealmilk I tried your suggestion in DIrectus demo, the same thing happens, it still unique. |
Hey @BJGajjar — any idea how complex this would be to update in our fork? I guess we would need to find out if this is just something they have "turned off" for some reason... or if it's a complex thing to get working. |
Hey @benhaynes
It's not that much complex actually. But I need access to the repo.
Don't worry. I'll check before update the code. |
Great, thanks @BJGajjar! I have given the API team admin access to the Zend fork. |
@benhaynes - This will be on hold until PR from I recommended some changes there. So we have to wait/develop it. |
Don't we have our own fork of that repo? I thought we did, but maybe I am mistaken. |
Yes, we have a forked repo. But as |
@benhaynes - Should we consider it a known issue or should we try to develop it? I would like to mention here that we didn't take any decision yet for whether we should use fork repo or |
Let's hold on this, I don't think we want to fork Zend... and this should be solved in the Laravel port. @rijkvanzanten @WoLfulus do you agree? |
Zend-db is archived and no longer maintained, and it's a known issue in there. We rely on zend-db for our database abstraction layer. Once we're moved away from Zend-db, this issue will be resolved too. |
Agree. So should we close this or still need to wait until we moved away from |
Lets leave it open until we've migrated away from Zend, as it won't be fixed until we do |
Steps to Reproduce
Expected Behavior
The unique of field should be removed.
Actual Behavior
The field is still unique.
Other Context & Screenshots
Screen recording
Technical Details
The text was updated successfully, but these errors were encountered: