aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0030-drop-action-log-check-constraint.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema_0030-drop-action-log-check-constraint.sql')
-rw-r--r--db/schema_0030-drop-action-log-check-constraint.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/schema_0030-drop-action-log-check-constraint.sql b/db/schema_0030-drop-action-log-check-constraint.sql
new file mode 100644
index 000000000..dfc5387f3
--- /dev/null
+++ b/db/schema_0030-drop-action-log-check-constraint.sql
@@ -0,0 +1,6 @@
+BEGIN;
+
+ALTER TABLE admin_log
+ DROP CONSTRAINT admin_log_action_check;
+
+COMMIT;