diff --git a/database/migrations/2019_12_05_050152_create_flex_structures_table.php b/database/migrations/2019_12_05_050152_create_flex_structures_table.php index 69da4435b..a462265ac 100644 --- a/database/migrations/2019_12_05_050152_create_flex_structures_table.php +++ b/database/migrations/2019_12_05_050152_create_flex_structures_table.php @@ -27,6 +27,7 @@ class CreateFlexStructuresTable extends Migration 'Cyno Beacon', 'Jump Bridge', 'Super Construction Facilities', + 'Market', ]); $table->double('structure_cost', 20, 2); $table->dateTime('paid_until'); diff --git a/resources/views/flex/add.blade.php b/resources/views/flex/add.blade.php index a30ae6d42..113398799 100644 --- a/resources/views/flex/add.blade.php +++ b/resources/views/flex/add.blade.php @@ -26,6 +26,7 @@ 'Cyno Beacon' => 'Cyno Beacon', 'Jump Bridge' => 'Jump Bridge', 'Super Construction Facilities' => 'Super Construction Facilities', + 'Market' => 'Market', ], 'None', ['class' => 'form-control']) }}