repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Remove product literal strings in "pht()", part 21
[phabricator.git]
/
resources
/
sql
/
autopatches
/
20160829.pastebin.01.language.sql
blob
b29a9d0bc5b3008baeee759da3e69dd0f3127ba7
1
/* Allow this column to be nullable (null means we'll try to autodetect) */
2
ALTER TABLE {$NAMESPACE}_pastebin.pastebin_paste MODIFY language VARCHAR(64)
3
COLLATE {$COLLATE_TEXT};