Remove product literal strings in "pht()", part 21
[phabricator.git] / resources / sql / autopatches / 20160829.pastebin.01.language.sql
blobb29a9d0bc5b3008baeee759da3e69dd0f3127ba7
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};