-
Notifications
You must be signed in to change notification settings - Fork 28
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
Doctrine migrations fail in Flow 6 #45
Comments
I experience the same issue, but in my case it's not An exception occurred while executing 'ALTER TABLE sandstorm_usermanagement_domain_model_user ADD CONSTRAINT FK_5DEB8A977D3656A4 FOREIGN KEY (account) REFERENCES neos_flow_security_account (persistence_object_identifier)': |
To keep going I created a fresh migration. I don't know why altering the table does not work.
|
Sorry for not responding for so long; I'll check this out ASAP |
I think I fixed this with 54823f7
Can you re-test plz? :) |
@robertlemke @davidspiola plz retest :) |
Using a basic Flow distribution (6.x) with one custom package (which requires
sandstorm/usermanagent
), and an empty databasedoctrine:migrate
will fail:caused by this query:
At that time of migration, the database contains the
typo3_flow_security_account
table, but for some reason, the foreign key constraint is not accepted.Tested with MariaDB 10.2.
The text was updated successfully, but these errors were encountered: