mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Moved a migration because of reasons.
This commit is contained in:
parent
7eaf307834
commit
e4155ce735
@ -25,8 +25,8 @@ class CreateRecurringTransactionsTable extends Migration
|
||||
$table->integer('user_id')->unsigned();
|
||||
$table->string('name', 50);
|
||||
$table->string('match', 255);
|
||||
$table->decimal('amount_max', 10, 2);
|
||||
$table->decimal('amount_min', 10, 2);
|
||||
$table->decimal('amount_max', 10, 2);
|
||||
$table->date('date');
|
||||
$table->boolean('active');
|
||||
|
Loading…
Reference in New Issue
Block a user