fix: drop all unused smtp columns
This commit is contained in:
parent
92992a8844
commit
fbd8b96b66
1 changed files with 2 additions and 0 deletions
|
|
@ -57,10 +57,12 @@ public function up(): void
|
||||||
'use_instance_email_settings',
|
'use_instance_email_settings',
|
||||||
'resend_enabled',
|
'resend_enabled',
|
||||||
'resend_api_key',
|
'resend_api_key',
|
||||||
|
'smtp_notifications_test',
|
||||||
'smtp_notifications_deployments',
|
'smtp_notifications_deployments',
|
||||||
'smtp_notifications_database_backups',
|
'smtp_notifications_database_backups',
|
||||||
'smtp_notifications_scheduled_tasks',
|
'smtp_notifications_scheduled_tasks',
|
||||||
'smtp_notifications_status_changes',
|
'smtp_notifications_status_changes',
|
||||||
|
'smtp_notifications_server_disk_usage',
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue