P5-3537 remove curator role

This commit is contained in:
Martin
2019-02-01 10:42:06 +01:00
parent 4cf4f071da
commit 1abb780979
+4
View File
@@ -0,0 +1,4 @@
-- P5-3537 remove curator role
DELETE FROM u_role_user WHERE role_id = (SELECT id FROM u_roles WHERE name = 'curator');
DELETE FROM u_roles WHERE name = 'curator';