Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / resources / sql / autopatches / 20160810.commit.01.summarylength.sql
blob366f0948cd1d882e3e3bfb6fd3ad6c626303b8ae
1 ALTER TABLE {$NAMESPACE}_repository.repository_commit
2   CHANGE summary summary VARCHAR(255) NOT NULL COLLATE {$COLLATE_TEXT};