running all ok

This commit is contained in:
陈云志
2020-12-18 15:04:44 +08:00
parent b4d580ab79
commit 81715fc717
3 changed files with 16 additions and 35 deletions

View File

@@ -18,14 +18,6 @@
--
-- Table structure for table `gen_table`
--
DROP DATABASE IF EXISTS `pscada_online_config`;
CREATE DATABASE `pscada_online_config` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
USE `pscada_online_config`;
DROP TABLE IF EXISTS `gen_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
@@ -646,6 +638,10 @@ INSERT INTO `sys_user_role` VALUES (1,1),(2,2);
/*!40000 ALTER TABLE `sys_user_role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping events for database 'pscada_online'
--
--
-- Dumping routines for database 'pscada_online'
--
@@ -659,4 +655,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2020-12-16 17:55:17
-- Dump completed on 2020-12-18 13:31:02