P5-3536 remove agencies
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- P5-3536 remove agencies
|
||||
|
||||
DROP TABLE agencies;
|
||||
|
||||
ALTER TABLE designers DROP COLUMN agency_id;
|
||||
|
||||
DELETE FROM u_role_user WHERE role_id = (SELECT id FROM u_roles WHERE name = 'agency');
|
||||
DELETE FROM u_roles WHERE name = 'agency';
|
||||
Reference in New Issue
Block a user