fix: DB migration error

This commit is contained in:
peaklabs-dev 2024-12-05 23:03:39 +01:00
parent 251d4cfb53
commit 92992a8844
No known key found for this signature in database

View file

@ -29,7 +29,7 @@ public function up(): void
$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);