aboutsummaryrefslogtreecommitdiffstats
path: root/migrations/0004_vote_manage_code.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/0004_vote_manage_code.sql')
-rw-r--r--migrations/0004_vote_manage_code.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/migrations/0004_vote_manage_code.sql b/migrations/0004_vote_manage_code.sql
new file mode 100644
index 0000000..69ce38f
--- /dev/null
+++ b/migrations/0004_vote_manage_code.sql
@@ -0,0 +1 @@
+ALTER TABLE votes ADD COLUMN manage_code uuid DEFAULT uuid_generate_v4();