Starts Notifications feature. Missing to send email with runtime configs.
This commit is contained in:
@@ -27,6 +27,9 @@ return new class extends Migration
|
||||
// $table->boolean('is_dns_check_enabled')->default(true);
|
||||
$table->boolean('is_registration_enabled')->default(true);
|
||||
$table->boolean('is_https_forced')->default(true);
|
||||
|
||||
$table->schemalessAttributes('extra_attributes');
|
||||
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user