mirror of https://github.com/itflow-org/itflow
Update db.sql
This commit is contained in:
parent
d5a03d3afc
commit
96809c7f85
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_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
|
||||
|
|
|
|||
Loading…
Reference in New Issue