diff options
Diffstat (limited to 'db/schema_0028-rename_from_council.sql')
-rw-r--r-- | db/schema_0028-rename_from_council.sql | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/db/schema_0028-rename_from_council.sql b/db/schema_0028-rename_from_council.sql deleted file mode 100644 index 027a257a4..000000000 --- a/db/schema_0028-rename_from_council.sql +++ /dev/null @@ -1,5 +0,0 @@ -begin; - -ALTER TABLE users RENAME COLUMN from_council TO from_body; - -commit; |