rename database

This commit is contained in:
paulch 2024-11-05 14:44:51 +08:00
parent dd082442ff
commit 5ef7338712
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
DROP DATABASE IF EXISTS `ry-seata`;
DROP DATABASE IF EXISTS `bns-seata`;
CREATE DATABASE `ry-seata` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
CREATE DATABASE `bns-seata` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
USE `ry-seata`;
USE `bns-seata`;
-- -------------------------------- The script used when storeMode is 'db' --------------------------------
-- the table to store GlobalSession data