mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Convert service_domains to use InnoDB instead of MyISAM
This commit is contained in:
4
db.sql
4
db.sql
@@ -1703,7 +1703,7 @@ CREATE TABLE `service_domains` (
|
||||
`domain_id` int(11) NOT NULL,
|
||||
KEY `service_id` (`service_id`),
|
||||
KEY `domain_id` (`domain_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
--
|
||||
@@ -2494,4 +2494,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2025-03-15 18:27:55
|
||||
-- Dump completed on 2025-03-15 18:34:50
|
||||
|
||||
Reference in New Issue
Block a user