添加容器化部署方式

This commit is contained in:
fxiang21
2019-11-07 14:51:59 +08:00
committed by pycook
parent a9069860ed
commit e0e048572f
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 */;