These are changes to budget limit. FF must work with them.

This commit is contained in:
James Cole 2016-12-29 18:01:06 +01:00
parent a54a886bf0
commit c756b80962

View File

@ -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');
}
);
}