You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
jozefrebjak
changed the title
After upgrading to CI4 v4.3.0, the generated schema is broken.
After upgrading to CI4 v4.3.0, the generated schema is broken and can't be used with relations.
Jan 10, 2023
@jozefrebjak has a fix - I just haven't had a chance to fix the pipeline errors. You can apply his PR locally or someone could get the GitHub Actions workflows updated and working.
It appears to be a foreign key issue.
For example schema generated with Shield installed before anad after 4.3.0 upgrade.
My troubleshooting:
in
vendor/tatter/schemas/src/Structures/ForeignKey.php
I added
dd
to the end of __contstruct method and in before 4.3.0 it returnsand after
This issue is there because of
Foreign Key Data
The text was updated successfully, but these errors were encountered: