mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
5 lines
182 B
MySQL
5 lines
182 B
MySQL
|
/* Make this nullable to support one-time providers. */
|
||
|
|
||
|
ALTER TABLE {$NAMESPACE}_phortune.phortune_charge
|
||
|
CHANGE paymentMethodPHID paymentMethodPHID VARCHAR(64) COLLATE utf8_bin;
|