From 71d0974cce3bbb9993279477dcd701ff3814a9cd Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期日, 18 八月 2024 19:54:51 +0800
Subject: [PATCH] 1

---
 sql/se_seata_20210128.sql |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sql/ry_seata_20210128.sql b/sql/se_seata_20210128.sql
similarity index 96%
rename from sql/ry_seata_20210128.sql
rename to sql/se_seata_20210128.sql
index 41163c1..a6b74a9 100644
--- a/sql/ry_seata_20210128.sql
+++ b/sql/se_seata_20210128.sql
@@ -1,11 +1,11 @@
-DROP DATABASE IF EXISTS `ry-seata`;
+DROP DATABASE IF EXISTS `se-seata`;
 
-CREATE DATABASE  `ry-seata` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
+CREATE DATABASE  `se-seata` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
 
 SET NAMES utf8mb4;
 SET FOREIGN_KEY_CHECKS = 0;
 
-USE `ry-seata`;
+USE `se-seata`;
 
 -- -------------------------------- The script used when storeMode is 'db' --------------------------------
 -- the table to store GlobalSession data

--
Gitblit v1.9.3