Fix for migration
This commit is contained in:
parent
c57067ed81
commit
7d44f3d1a3
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class AddMoreCustomFields extends Migration
|
|||
});
|
||||
|
||||
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" WHERE id = 6');
|
||||
DB::statement('ALTER TABLE recurring_expenses MODIFY COLUMN last_sent_date DATE');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue