From ba222eaf77beea203f0f1faf8037290fa5001f11 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 29 Dec 2016 18:10:29 +0100 Subject: [PATCH] No changes to budget limit for now. --- database/migrations/2016_12_28_203205_changes_for_v431.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/database/migrations/2016_12_28_203205_changes_for_v431.php b/database/migrations/2016_12_28_203205_changes_for_v431.php index 2842b6b606..45763acc4a 100644 --- a/database/migrations/2016_12_28_203205_changes_for_v431.php +++ b/database/migrations/2016_12_28_203205_changes_for_v431.php @@ -22,11 +22,6 @@ class ChangesForV431 extends Migration */ public function down() { - Schema::table( - 'budget_limits', function (Blueprint $table) { - $table->renameColumn('start_date', 'startdate'); - } - ); } /**