mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Fixes errors in tests
This commit is contained in:
parent
86f49d34c3
commit
bbd1d6059a
|
@ -19,7 +19,7 @@ class CreateCheckoutAcceptancesTable extends Migration
|
||||||
$table->morphs('checkoutable');
|
$table->morphs('checkoutable');
|
||||||
$table->integer('assigned_to_id')->unsigned();
|
$table->integer('assigned_to_id')->unsigned();
|
||||||
|
|
||||||
$table->string('signature_filename');
|
$table->string('signature_filename')->nullable();
|
||||||
|
|
||||||
$table->timestamp('accepted_at')->nullable();
|
$table->timestamp('accepted_at')->nullable();
|
||||||
$table->timestamp('declined_at')->nullable();
|
$table->timestamp('declined_at')->nullable();
|
||||||
|
|
Loading…
Reference in a new issue