添加容器化部署方式

This commit is contained in:
向锋
2019-11-07 14:51:59 +08:00
parent f987cdd39e
commit 4d59eda5cd
8 changed files with 235 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
--
-- Table structure for table `c_attribute_histories`
--
CREATE DATABASE IF NOT EXISTS cmdb DEFAULT CHARACTER SET = utf8mb4;
Use cmdb
DROP TABLE IF EXISTS `c_attribute_histories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;