aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0034-add-body-parent.sql
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-21 22:00:12 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-21 22:00:12 +0000
commitb2aa34beeabd3a3eb67549a0f303691a5e4736c0 (patch)
treeb66363e97851c1a0d434e21ab3ebf3fed5964a09 /db/schema_0034-add-body-parent.sql
parent47284eb828b836af4cdd1bb4f60af0e797cd6bd7 (diff)
Consolidate all body SQL changes into one file.
Diffstat (limited to 'db/schema_0034-add-body-parent.sql')
-rw-r--r--db/schema_0034-add-body-parent.sql5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/schema_0034-add-body-parent.sql b/db/schema_0034-add-body-parent.sql
deleted file mode 100644
index 9360fbcb3..000000000
--- a/db/schema_0034-add-body-parent.sql
+++ /dev/null
@@ -1,5 +0,0 @@
-begin;
-
-ALTER TABLE body ADD parent INTEGER REFERENCES body(id);
-
-commit;