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 407e82c844..671104f8ed 100644 --- a/database/migrations/2016_12_28_203205_changes_for_v431.php +++ b/database/migrations/2016_12_28_203205_changes_for_v431.php @@ -44,6 +44,8 @@ class ChangesForV431 extends Migration 'budget_limits', function (Blueprint $table) { $table->renameColumn('startdate', 'start_date'); $table->date('end_date'); + $table->dropColumn('repeat_freq'); + $table->dropColumn('repeats'); } ); }