diff --git a/migrations/000.089.sql b/migrations/000.089.sql new file mode 100644 index 0000000..6111098 --- /dev/null +++ b/migrations/000.089.sql @@ -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';