From: Louis Jeckel Date: Mon, 13 Apr 2020 17:48:22 +0000 (+0200) Subject: migration X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cb8fabbdef43d49d195ef84f054fd13ee7249df9;p=psq.git migration --- diff --git a/app/Http/Controllers/StatisticsController.php b/app/Http/Controllers/StatisticsController.php index a5f59dd..8a9a25c 100644 --- a/app/Http/Controllers/StatisticsController.php +++ b/app/Http/Controllers/StatisticsController.php @@ -26,6 +26,6 @@ class StatisticsController extends Controller public function batchStatistics(EmailBatch $batch, Mailgun $mailgun) { - + } } diff --git a/database/migrations/2020_04_06_185243_add_slug_to_collections_table.php b/database/migrations/2020_04_06_185243_add_slug_to_collections_table.php index 98f8b31..809aa13 100644 --- a/database/migrations/2020_04_06_185243_add_slug_to_collections_table.php +++ b/database/migrations/2020_04_06_185243_add_slug_to_collections_table.php @@ -15,7 +15,6 @@ class AddSlugToCollectionsTable extends Migration { Schema::table('collections', function (Blueprint $table) { $table->string('slug'); - $table->dropColumn('tags'); }); }