mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Mostly cleanup and bug fixes.
This commit is contained in:
@@ -26,7 +26,7 @@ class EventTableAdditions1 extends Migration
|
||||
// remove some fields:
|
||||
Schema::table(
|
||||
'reminders', function (Blueprint $table) {
|
||||
$table->boolean('notnow');
|
||||
$table->boolean('notnow')->default(0);
|
||||
$table->integer('remindersable_id')->unsigned()->nullable();
|
||||
$table->string('remindersable_type')->nullable();
|
||||
}
|
||||
|
Reference in New Issue
Block a user