diff --git a/database/migrations/2018_03_30_115805_add_more_custom_fields.php b/database/migrations/2018_03_30_115805_add_more_custom_fields.php index a70b46083dec..7d591c9795a8 100644 --- a/database/migrations/2018_03_30_115805_add_more_custom_fields.php +++ b/database/migrations/2018_03_30_115805_add_more_custom_fields.php @@ -136,6 +136,7 @@ class AddMoreCustomFields extends Migration $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('ALTER TABLE recurring_expenses MODIFY COLUMN last_sent_date DATE'); }