mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 10:54:46 +02:00
Fix failing migrations
This commit is contained in:
parent
9b3fca4f86
commit
3a8bea9588
@ -23,8 +23,8 @@ class AddTasksTable extends Migration
|
|||||||
$table->string('day_of_month')->default('*');
|
$table->string('day_of_month')->default('*');
|
||||||
$table->string('hour')->default('*');
|
$table->string('hour')->default('*');
|
||||||
$table->string('minute')->default('*');
|
$table->string('minute')->default('*');
|
||||||
$table->timestamp('last_run');
|
$table->timestamp('last_run')->nullable();
|
||||||
$table->timestamp('next_run');
|
$table->timestamp('next_run')->nullable();
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user