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
/
20141006.phortunecart.sql
blob
faf04dd9e28e19fb9fec7a49439306d761f38f98
1
TRUNCATE TABLE {$NAMESPACE}_phortune.phortune_cart;
2
3
ALTER TABLE {$NAMESPACE}_phortune.phortune_cart
4
ADD cartClass VARCHAR(128) NOT NULL COLLATE utf8_bin;