mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: DB migration error
This commit is contained in:
parent
251d4cfb53
commit
92992a8844
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ return new class extends Migration
|
|||
$table->boolean('use_instance_email_settings')->default(false);
|
||||
|
||||
$table->boolean('resend_enabled')->default(false);
|
||||
$table->encryptedText('resend_api_key')->nullable();
|
||||
$table->text('resend_api_key')->nullable();
|
||||
|
||||
$table->boolean('deployment_success_email_notifications')->default(false);
|
||||
$table->boolean('deployment_failure_email_notifications')->default(true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue