diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-29 21:10:43 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | 5c64529e77f150f8b83930f17e792b2cb8e38a87 (patch) | |
| tree | 89b28f50812fb735dfdaa0bca24764959168d84d /migrations | |
| parent | 3661c687f0c54bd9f4e1075aa651bc612d634a13 (diff) | |
Add whole day mode, various improvements
Diffstat (limited to 'migrations')
| -rw-r--r-- | migrations/0003_whole_day_poll.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/migrations/0003_whole_day_poll.sql b/migrations/0003_whole_day_poll.sql new file mode 100644 index 0000000..e532d0c --- /dev/null +++ b/migrations/0003_whole_day_poll.sql @@ -0,0 +1 @@ +ALTER TABLE polls ADD COLUMN IF NOT EXISTS whole_day BOOLEAN NOT NULL DEFAULT FALSE; |
