index
:
Juick
juick-commands
killy-responsive
killy-responsive-2
mark_read
master
sans_branch
x
Juick development tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
resources
/
db
/
migration
/
V1.46__premium_users.sql
blob: 11edb1219de36850fb65c7994d73e428d9e14c7b (
plain
) (
blame
)
1
alter
table
users
add
column
premium
smallint
not
null
default
(
0
)
::
smallint
;