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
Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git]
/
resources
/
sql
/
autopatches
/
20141230.pasteeditpolicycolumn.sql
blob
bd8f518e0d41d085f2a996c6c18fefcf7ac6aae8
1
ALTER TABLE `{$NAMESPACE}_pastebin`.`pastebin_paste`
2
ADD `editPolicy` VARBINARY(64) NOT NULL
3
AFTER `viewPolicy`;