index
:
diddle.git
main
Minimalist scheduling (think Doodle)
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migrations
/
0003_whole_day_poll.sql
blob: e532d0c114c702be2df8fad85e39928c9d5fd14a (
plain
)
1
ALTER TABLE
polls
ADD COLUMN IF NOT EXISTS
whole_day
BOOLEAN
NOT NULL DEFAULT FALSE
;