mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Remove commented-out timestamps on the saml_nonces table
This commit is contained in:
parent
b39b575fec
commit
d3815ddce7
|
@ -18,7 +18,6 @@ class CreateSamlNonceTable extends Migration
|
|||
$table->id();
|
||||
$table->string('nonce')->index();
|
||||
$table->datetime('not_valid_after')->index();
|
||||
//$table->timestamps();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue