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
/
20150501.conpherencepics.sql
blob
a12464afb86671643d65870855c71565e220fb64
1
ALTER TABLE {$NAMESPACE}_conpherence.conpherence_thread
2
ADD imagePHIDs LONGTEXT COLLATE {$COLLATE_TEXT} NOT NULL AFTER title;
3
4
UPDATE {$NAMESPACE}_conpherence.conpherence_thread
5
SET imagePHIDS = '[]';