mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 01:42:19 +00:00
Fix #2573
This commit is contained in:
@@ -35,7 +35,7 @@ class ChangesFor3101 extends Migration
|
||||
{
|
||||
Schema::table(
|
||||
'import_jobs',
|
||||
function (Blueprint $table) {
|
||||
static function (Blueprint $table) {
|
||||
$table->dropColumn('extended_status');
|
||||
}
|
||||
);
|
||||
@@ -50,7 +50,7 @@ class ChangesFor3101 extends Migration
|
||||
{
|
||||
Schema::table(
|
||||
'import_jobs',
|
||||
function (Blueprint $table) {
|
||||
static function (Blueprint $table) {
|
||||
$table->text('extended_status')->nullable();
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user