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
/
h2
/
V1.26__case_insensitive_nick.sql
blob: 3b17aa003e76312f250e0e9f394dfe9fef3d1654 (
plain
) (
blame
)
1
ALTER
TABLE
users
ALTER
COLUMN
nick
SET
DATA
TYPE
VARCHAR_IGNORECASE
(
64
)