🔖 Releasing / Version tags. 2.7.2

This commit is contained in:
冷冷 2020-04-12 12:50:50 +08:00
parent ccdbede2ad
commit 8d6dd06f58

View File

@ -1,8 +1,12 @@
USE pig_config;
DROP DATABASE IF EXISTS `pig_config`;
CREATE DATABASE `pig_config` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
USE pig_config;
-- ----------------------------
-- Table structure for config_info
-- ----------------------------