@@ -183,8 +183,8 @@ class FinancialSystemLedgerCleanup extends Migration
|
||||
|
||||
protected function archivePaypalTables(): void
|
||||
{
|
||||
$this->renameTableIfPresent('paypal_payments', 'archived_paypal_payments');
|
||||
$this->renameTableIfPresent('paypal_transactions', 'archived_paypal_transactions');
|
||||
// Keep legacy PayPal tables under their original names. Renaming them
|
||||
// during migrate makes restored data appear to disappear from the app.
|
||||
}
|
||||
|
||||
protected function restorePaypalTables(): void
|
||||
|
||||
Reference in New Issue
Block a user