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
/
specific
/
postgresql
/
V1.3__Nullable user_id column in auth table.sql
blob: eea8c2a6970e50051abc0ef246a30550850b2a10 (
plain
) (
blame
)
1
ALTER
TABLE
auth
ALTER
COLUMN
user_id
DROP
NOT
NULL
;