mirror of
https://github.com/itflow-org/itflow
synced 2026-08-27 09:55:12 +00:00
Feature: queued Updates which now eliminates the need for shell_exec from the webui, but if enabled you can still update from the webui the old way too
This commit is contained in:
3
db.sql
3
db.sql
@@ -2306,6 +2306,7 @@ CREATE TABLE `settings` (
|
||||
`config_backup_retention_days` int(11) NOT NULL DEFAULT 30,
|
||||
`config_backup_retention_count` int(11) NOT NULL DEFAULT 5,
|
||||
`config_backup_cron_type` varchar(20) NOT NULL DEFAULT 'full',
|
||||
`config_update_queued_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 */;
|
||||
@@ -3150,4 +3151,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2026-08-09 13:29:14
|
||||
-- Dump completed on 2026-08-15 16:40:00
|
||||
|
||||
Reference in New Issue
Block a user