diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-21 22:00:12 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-21 22:00:12 +0000 |
commit | b2aa34beeabd3a3eb67549a0f303691a5e4736c0 (patch) | |
tree | b66363e97851c1a0d434e21ab3ebf3fed5964a09 /db/schema_0032-add-from_body-reference.sql | |
parent | 47284eb828b836af4cdd1bb4f60af0e797cd6bd7 (diff) |
Consolidate all body SQL changes into one file.
Diffstat (limited to 'db/schema_0032-add-from_body-reference.sql')
-rw-r--r-- | db/schema_0032-add-from_body-reference.sql | 6 |
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; |