mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 02:57:01 +00:00
remove reverse migration for update_blockonomics
This commit is contained in:
@@ -27,14 +27,6 @@ return new class extends Migration
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
$gateway = Gateway::find(65);
|
||||
if ($gateway) {
|
||||
// Optionally restore the original state
|
||||
$fields = json_decode($gateway->fields);
|
||||
$fields->callbackSecret = ""; // Adding it back if needed
|
||||
$gateway->fields = json_encode($fields);
|
||||
$gateway->site_url = 'https://blockonomics.co';
|
||||
$gateway->save();
|
||||
}
|
||||
//
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user