mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 15:34:30 -04:00
fix #182 - SQLite issue on /get_started
This commit is contained in:
parent
f6e18f0e45
commit
2ea08cd3df
@ -135,7 +135,7 @@ class ConfideSetupUsersTable extends Migration {
|
||||
$t->string('name')->nullable();
|
||||
$t->string('ip');
|
||||
$t->string('account_key')->unique();
|
||||
$t->timestamp('last_login');
|
||||
$t->timestamp('last_login')->nullable();
|
||||
|
||||
$t->string('address1')->nullable();
|
||||
$t->string('address2')->nullable();
|
||||
|
Loading…
x
Reference in New Issue
Block a user