aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0030-drop-action-log-check-constraint.sql
diff options
context:
space:
mode:
authorHakim Cassimally <hakim@mysociety.org>2013-12-09 17:05:02 +0000
committerHakim Cassimally <hakim@mysociety.org>2013-12-09 17:05:02 +0000
commitbfaa47a733f378a2cd0d0cb0e838e6234aa9e1aa (patch)
tree4357ae15d02ed41fdbf77ffbedb021f1b23b9374 /db/schema_0030-drop-action-log-check-constraint.sql
parentc502dee1bc70a1306bfd7fdc84cbeef3c6a96c49 (diff)
parent69ceefba6185086fd86a4a8af6ad10eb93d4c7f0 (diff)
Merge branch 'zurich-problem-status-stats'
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;