Remove product literal strings in "pht()", part 21
[phabricator.git] / resources / sql / autopatches / 20141107.ssh.5.indexnull.sql
blobc011ecc9fcc6256d2e04cf4e127088995fadfafe
1 ALTER TABLE {$NAMESPACE}_auth.auth_sshkey
2   CHANGE keyIndex keyIndex BINARY(12) NOT NULL;