Skip to content

Commit

Permalink
Remove AR drop
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina authored and Luke-Sikina committed Jul 25, 2024
1 parent 5ae8dbf commit 1d2fcc7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ UPDATE access_rule ar
JOIN accessRule_subRule ars ON ars.accessRule_id = ar.uuid
SET ar.subAccessRuleParent_uuid = NULL; -- Remove circular dependency reference so it can be dropped

-- Step 4: Drop the column from the original table
ALTER TABLE access_rule DROP CONSTRAINT `FK8rovvx363ui99ce21sksmg6uy`;
ALTER TABLE access_rule DROP COLUMN subAccessRuleParent_uuid;
-- Step 4: Drop the column from the original table

0 comments on commit 1d2fcc7

Please # to comment.