diff options
Diffstat (limited to 'db/schema_0030-drop-action-log-check-constraint.sql')
-rw-r--r-- | db/schema_0030-drop-action-log-check-constraint.sql | 6 |
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; |