mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 18:40:12 +00:00
Fix some logging.
This commit is contained in:
@@ -57,7 +57,6 @@ class CreateUsersTable extends Migration
|
||||
$table->string('reset', 32)->nullable();
|
||||
$table->tinyInteger('blocked', false, true)->default('0');
|
||||
$table->string('blocked_code', 25)->nullable();
|
||||
$table->unique('email');
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user