remove unnecessary data from migration
This commit is contained in:
parent
41832dcb4f
commit
d74ba03cd9
1 changed files with 0 additions and 2 deletions
|
|
@ -24,8 +24,6 @@ public function up(): void
|
||||||
$table->boolean('is_auto_update_enabled')->default(true);
|
$table->boolean('is_auto_update_enabled')->default(true);
|
||||||
$table->boolean('is_registration_enabled')->default(true);
|
$table->boolean('is_registration_enabled')->default(true);
|
||||||
$table->schemalessAttributes('smtp');
|
$table->schemalessAttributes('smtp');
|
||||||
// $table->string('custom_dns_servers')->default('1.1.1.1,8.8.8.8');
|
|
||||||
// $table->boolean('is_dns_check_enabled')->default(true);
|
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue