Small bug fixes.

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-03-14 20:50:19 +01:00
parent 631bafc6ab
commit 79d7f577e4
5 changed files with 10 additions and 12 deletions

View File

@@ -81,7 +81,7 @@ class ChangesForV321 extends Migration
$this->renameBudgetLimits(); // 14.
$this->renamePiggyBankEvents(); // 15.
$this->renameBudgetLimitToBudgetInRepetitions(); // 16.
// 17, 18, 19
// 17 and then 18 and then 19
$this->dropFieldsFromCurrencyTable(); // 20.

View File

@@ -67,7 +67,6 @@ class ChangesForV370 extends Migration
);
// new table "rules":
Schema::create(
'rules', function (Blueprint $table) {
$table->increments('id');