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
/
20141004.currency.01.sql
blob
f91672fdada0acd35a2d7f46bb2bb50409466527
1
TRUNCATE TABLE {$NAMESPACE}_fund.fund_backer;
2
3
ALTER TABLE {$NAMESPACE}_fund.fund_backer
4
CHANGE amountInCents amountAsCurrency VARCHAR(64) NOT NULL COLLATE utf8_bin;