diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-03-01 13:55:25 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | ef8c2c576043330a7a22d9549284003e57c284bb (patch) | |
| tree | 187b131cb0c9441ce7dbfde7b65b6378ae216d98 /migrations | |
| parent | e348c0f2a6941810060b4add3dce7080175ad749 (diff) | |
Add possibility to manage own vote
Diffstat (limited to 'migrations')
| -rw-r--r-- | migrations/0004_vote_manage_code.sql | 1 |
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(); |
