No changes to budget limit for now.

This commit is contained in:
James Cole
2016-12-29 18:10:29 +01:00
parent b14719464c
commit ba222eaf77

View File

@@ -22,11 +22,6 @@ class ChangesForV431 extends Migration
*/
public function down()
{
Schema::table(
'budget_limits', function (Blueprint $table) {
$table->renameColumn('start_date', 'startdate');
}
);
}
/**