mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update database.
This commit is contained in:
parent
166d32f073
commit
d039bb0e03
@ -104,8 +104,7 @@ class ChangesForV370 extends Migration
|
||||
$table->unsignedTinyInteger('active')->default(1);
|
||||
$table->unsignedTinyInteger('stop_processing')->default(0);
|
||||
|
||||
$table->string('action_field', 50);
|
||||
$table->string('action', 50);
|
||||
$table->string('action_type', 50);
|
||||
$table->string('action_value', 255);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user