aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0034-add-body-parent.sql
diff options
context:
space:
mode:
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;