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