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.7__reply_uri.sql
blob: 09dcfb56e43f8463388b18974ab5c4fcb710ade4 (
plain
) (
blame
)
1
ALTER
TABLE
replies
ADD
COLUMN
reply_uri
character
varying
(
255
)
DEFAULT
NULL
;