index
:
confplanner
master
Web application to manage conference schedules
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
database
/
migrations
/
0004_user_admins.sql
blob: 5c4efb3d8357da7dbb853a34bd5f5a66556405c3 (
plain
)
1
2
-- +goose Up
ALTER
TABLE
users
ADD
admin
boolean
NOT
NULL
DEFAULT
false
;