Skip to content
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

Introducing FOREIGN KEY constraint may cause cycles or multiple cascade paths. (qlack2-fuse-aaa) #69

Open
AndreasZimnas opened this issue May 17, 2017 · 0 comments
Labels

Comments

@AndreasZimnas
Copy link

Creating the database tables for qlack2-fuse-aaa fails for MSSQL Server 2014 and MSSQL Server 2016 with following error message:

[ERROR] Reason: liquibase.exception.DatabaseException: Introducing FOREIGN KEY constraint 'fk_aaa_group_aaa_group' on table 'aaa_group' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints. [Failed SQL: ALTER TABLE [db_datareader].[aaa_group] ADD CONSTRAINT [fk_aaa_group_aaa_group] FOREIGN KEY ([parent]) REFERENCES [db_datareader].[aaa_group] ([id]) ON UPDATE CASCADE ON DELETE CASCADE]

@NMichas NMichas added the :Fuse: label Jun 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants