Set default to 0
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a31a732d38
commit
9351cc2252
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ return new class extends Migration
|
|||
public function up(): void
|
||||
{
|
||||
Schema::table('settings', function (Blueprint $table) {
|
||||
$table->boolean('ldap_invert_active_flag')->default(false);
|
||||
$table->boolean('ldap_invert_active_flag')->default(0);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue