mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for migration
This commit is contained in:
parent
61bf11e50c
commit
b6d2273173
@ -136,6 +136,7 @@ class AddMoreCustomFields extends Migration
|
|||||||
$table->string('ip')->nullable();
|
$table->string('ip')->nullable();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
DB::statement('UPDATE gateways SET provider = "Custom1" WHERE id = 62');
|
||||||
DB::statement('UPDATE gateway_types SET alias = "custom1", name = "Custom 1" WHERE id = 6');
|
DB::statement('UPDATE gateway_types SET alias = "custom1", name = "Custom 1" WHERE id = 6');
|
||||||
DB::statement('ALTER TABLE recurring_expenses MODIFY COLUMN last_sent_date DATE');
|
DB::statement('ALTER TABLE recurring_expenses MODIFY COLUMN last_sent_date DATE');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user