Restored some tests.

This commit is contained in:
James Cole
2016-11-19 15:55:49 +01:00
parent 23925a0076
commit 240f3c126b
8 changed files with 306 additions and 102 deletions

View File

@@ -37,7 +37,7 @@ class ChangesFor3101 extends Migration
{
Schema::table(
'import_jobs', function (Blueprint $table) {
$table->text('extended_status');
$table->text('extended_status')->nullable();
}
);
}