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