mirror of
https://github.com/itflow-org/itflow
synced 2026-08-05 15:17:17 +00:00
DB Update
This commit is contained in:
4
db.sql
4
db.sql
@@ -2248,7 +2248,6 @@ CREATE TABLE `settings` (
|
||||
`config_ticket_default_billable` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`config_ticket_timer_autostart` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`config_enable_cron` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`config_cron_last_dispatch_at` datetime 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,
|
||||
@@ -2278,6 +2277,7 @@ CREATE TABLE `settings` (
|
||||
`config_ticket_default_view` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`config_ticket_ordering` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`config_ticket_moving_columns` tinyint(1) NOT NULL DEFAULT 1,
|
||||
`config_cron_last_dispatch_at` datetime DEFAULT NULL,
|
||||
PRIMARY KEY (`company_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
@@ -3120,4 +3120,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2026-07-30 2:29:56
|
||||
-- Dump completed on 2026-07-30 17:07:30
|
||||
|
||||
Reference in New Issue
Block a user