diff --git a/00-docker-compose/mysql-init/02-init202-20240718154410.sql b/00-docker-compose/mysql-init/02-init202-20240718154410.sql index 4fe895c..4ddf023 100644 --- a/00-docker-compose/mysql-init/02-init202-20240718154410.sql +++ b/00-docker-compose/mysql-init/02-init202-20240718154410.sql @@ -1,6 +1,6 @@ -- MySQL dump 10.14 Distrib 5.5.68-MariaDB, for Linux (x86_64) -- --- Host: 172.20.32.234 Database: forgeplus +-- Host: 172.20.32.202 Database: forgeplus -- ------------------------------------------------------ -- Server version 5.7.42 @@ -6329,7 +6329,7 @@ CREATE TABLE `sites` ( LOCK TABLES `sites` WRITE; /*!40000 ALTER TABLE `sites` DISABLE KEYS */; -INSERT INTO `sites` VALUES (2,'新建项目','/projects/deposit/new','add_common',0,'2021-08-27 08:51:45','2023-12-12 02:37:32'),(3,'新建组织','/organize/new','add_r',0,'2021-08-27 08:51:45','2021-08-27 08:51:45'),(6,'通知','/users/current_user/user_messages','notice',2,'2021-08-27 08:51:45','2021-08-27 08:51:45'),(7,'找回密码','/account/lost_password','lost_password',2,'2021-08-27 08:51:45','2021-08-27 08:51:45'),(8,'注册','/login?login=false','register',2,'2021-08-27 08:51:45','2021-08-27 08:51:45'),(9,'Wiki','http://172.20.32.234:8000','wiki',2,'2023-12-05 01:39:29','2023-12-05 01:39:29'),(10,'特色专区','http://172.20.32.234:8000','zone',2,'2023-12-08 01:06:16','2024-03-06 06:34:26'),(11,'个人主页','/current_user','my_page',2,'2023-12-12 02:38:02','2023-12-12 02:38:02'),(12,'设置','/settings/profile','setting',1,'2023-12-12 08:49:52','2023-12-12 08:49:52'),(13,'softbot','http://172.20.32.234:4099','softbot',2,'2023-12-13 06:19:45','2024-06-19 07:12:05'),(14,'gateway','http://172.20.32.234:8000','gateway',2,'2024-06-19 07:13:14','2024-06-19 07:39:59'),(15,'区块链确权','http://172.20.32.234:3023/gitlink/fiscobcos','blockchain',2,'2024-06-21 06:54:54','2024-06-21 06:54:54'); +INSERT INTO `sites` VALUES (2,'新建项目','/projects/deposit/new','add_common',0,'2021-08-27 08:51:45','2023-12-12 02:37:32'),(3,'新建组织','/organize/new','add_r',0,'2021-08-27 08:51:45','2021-08-27 08:51:45'),(6,'通知','/users/current_user/user_messages','notice',2,'2021-08-27 08:51:45','2021-08-27 08:51:45'),(7,'找回密码','/account/lost_password','lost_password',2,'2021-08-27 08:51:45','2021-08-27 08:51:45'),(8,'注册','/login?login=false','register',2,'2021-08-27 08:51:45','2021-08-27 08:51:45'),(9,'Wiki','http://172.20.32.202:8000','wiki',2,'2023-12-05 01:39:29','2023-12-05 01:39:29'),(10,'特色专区','http://172.20.32.202:8000','zone',2,'2023-12-08 01:06:16','2024-03-06 06:34:26'),(11,'个人主页','/current_user','my_page',2,'2023-12-12 02:38:02','2023-12-12 02:38:02'),(12,'设置','/settings/profile','setting',1,'2023-12-12 08:49:52','2023-12-12 08:49:52'),(13,'softbot','http://172.20.32.202:4099','softbot',2,'2023-12-13 06:19:45','2024-06-19 07:12:05'),(14,'gateway','http://172.20.32.202:8000','gateway',2,'2024-06-19 07:13:14','2024-06-19 07:39:59'),(15,'区块链确权','http://172.20.32.202:3023/gitlink/fiscobcos','blockchain',2,'2024-06-21 06:54:54','2024-06-21 06:54:54'); /*!40000 ALTER TABLE `sites` ENABLE KEYS */; UNLOCK TABLES;