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.8__html reply.sql
blob: 9f939971e1666d72713055c6cded3aa50a771b1d (
plain
) (
blame
)
1
ALTER
TABLE
replies
ADD
COLUMN
html
tinyint
(
4
)
NOT
NULL
DEFAULT
'0'
;