mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
6 lines
235 B
MySQL
6 lines
235 B
MySQL
|
ALTER TABLE {$NAMESPACE}_maniphest.maniphest_transaction
|
||
|
RENAME {$NAMESPACE}_maniphest.maniphest_transaction_legacy;
|
||
|
|
||
|
ALTER TABLE {$NAMESPACE}_maniphest.maniphest_transactionpro
|
||
|
RENAME {$NAMESPACE}_maniphest.maniphest_transaction;
|