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
/
0004_vote_manage_code.sql
blob: 69ce38f882949948804d9d1d3005e82c1291498c (
plain
)
1
ALTER TABLE
votes
ADD COLUMN
manage_code uuid
DEFAULT
uuid_generate_v4
();