aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0032-add-from_body-reference.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema_0032-add-from_body-reference.sql')
-rw-r--r--db/schema_0032-add-from_body-reference.sql6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/schema_0032-add-from_body-reference.sql b/db/schema_0032-add-from_body-reference.sql
deleted file mode 100644
index 4fa526963..000000000
--- a/db/schema_0032-add-from_body-reference.sql
+++ /dev/null
@@ -1,6 +0,0 @@
-begin;
-
-ALTER TABLE users ADD CONSTRAINT users_from_body_fkey
- FOREIGN KEY (from_body) REFERENCES body(id);
-
-commit;