mirror of
https://github.com/itflow-org/itflow
synced 2026-03-26 15:25:38 +00:00
Update db.sql
This commit is contained in:
3
db.sql
3
db.sql
@@ -1705,7 +1705,6 @@ CREATE TABLE `settings` (
|
|||||||
`config_ticket_new_ticket_notification_email` varchar(200) DEFAULT NULL,
|
`config_ticket_new_ticket_notification_email` varchar(200) DEFAULT NULL,
|
||||||
`config_ticket_default_billable` tinyint(1) NOT NULL DEFAULT 0,
|
`config_ticket_default_billable` tinyint(1) NOT NULL DEFAULT 0,
|
||||||
`config_enable_cron` 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_recurring_auto_send_invoice` tinyint(1) NOT NULL DEFAULT 1,
|
||||||
`config_enable_alert_domain_expire` 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,
|
`config_send_invoice_reminders` tinyint(1) NOT NULL DEFAULT 1,
|
||||||
@@ -2343,4 +2342,4 @@ CREATE TABLE `vendors` (
|
|||||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
/*!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
|
||||||
|
|||||||
Reference in New Issue
Block a user