mirror of
https://github.com/itflow-org/itflow
synced 2026-08-24 16:35:15 +00:00
Feature: Designate a client record as your organization currently only provdes a direct link when you click company name in top of the side nav
This commit is contained in:
3
db.sql
3
db.sql
@@ -2327,6 +2327,7 @@ CREATE TABLE `settings` (
|
||||
`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,
|
||||
`config_internal_client_id` int(11) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`company_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
@@ -3171,4 +3172,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2026-08-15 19:56:27
|
||||
-- Dump completed on 2026-08-15 20:35:12
|
||||
|
||||
Reference in New Issue
Block a user