mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Restored some tests.
This commit is contained in:
@@ -37,7 +37,7 @@ class ChangesFor3101 extends Migration
|
||||
{
|
||||
Schema::table(
|
||||
'import_jobs', function (Blueprint $table) {
|
||||
$table->text('extended_status');
|
||||
$table->text('extended_status')->nullable();
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user