chore: some reordering
This commit is contained in:
parent
0c08e11b53
commit
586a1a86f0
1 changed files with 2 additions and 2 deletions
|
|
@ -26,11 +26,11 @@ public function up(): void
|
|||
$table->text('smtp_password')->nullable();
|
||||
$table->integer('smtp_timeout')->nullable();
|
||||
|
||||
$table->boolean('use_instance_email_settings')->default(false);
|
||||
|
||||
$table->boolean('resend_enabled')->default(false);
|
||||
$table->text('resend_api_key')->nullable();
|
||||
|
||||
$table->boolean('use_instance_email_settings')->default(false);
|
||||
|
||||
$table->boolean('deployment_success_email_notifications')->default(false);
|
||||
$table->boolean('deployment_failure_email_notifications')->default(true);
|
||||
$table->boolean('status_change_email_notifications')->default(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue