Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / resources / sql / autopatches / 20141230.pasteeditpolicycolumn.sql
blobbd8f518e0d41d085f2a996c6c18fefcf7ac6aae8
1 ALTER TABLE `{$NAMESPACE}_pastebin`.`pastebin_paste`
2   ADD `editPolicy` VARBINARY(64) NOT NULL
3   AFTER `viewPolicy`;