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.48__twitter_refresh_token.sql
blob: a01efb64ed25d707ef309b41761c6d900dab7f7c (
plain
) (
blame
)
1
alter
table
twitter
add
column
refresh_token
character
varying
(
255
)
not
null
default
''
;