From 96809c7f85e4ad8bd0582a66c56b4ee53230535e Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 25 Jan 2025 21:47:24 -0500 Subject: [PATCH] Update db.sql --- db.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/db.sql b/db.sql index 48aaa273..31f409e0 100644 --- a/db.sql +++ b/db.sql @@ -1705,7 +1705,6 @@ CREATE TABLE `settings` ( `config_ticket_new_ticket_notification_email` varchar(200) DEFAULT NULL, `config_ticket_default_billable` tinyint(1) NOT NULL DEFAULT 0, `config_enable_cron` tinyint(1) NOT NULL DEFAULT 0, - `config_cron_key` varchar(255) DEFAULT NULL, `config_recurring_auto_send_invoice` tinyint(1) NOT NULL DEFAULT 1, `config_enable_alert_domain_expire` tinyint(1) NOT NULL DEFAULT 1, `config_send_invoice_reminders` tinyint(1) NOT NULL DEFAULT 1, @@ -2343,4 +2342,4 @@ CREATE TABLE `vendors` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2025-01-18 13:03:55 +-- Dump completed on 2025-01-25 21:47:06