Skip to content

Commit 8e81dfa

Browse files
update database name
1 parent 0ff76f0 commit 8e81dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/data/mysql/init.d/geekai_plus-v4.1.3.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ SET time_zone = "+00:00";
2020
--
2121
-- 数据库: `geekai_plus`
2222
--
23-
CREATE DATABASE IF NOT EXISTS `geekai_plus` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci;
24-
USE `geekai_plus`;
23+
CREATE DATABASE IF NOT EXISTS `geekai` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci;
24+
USE `geekai`;
2525

2626
-- --------------------------------------------------------
2727

0 commit comments

Comments
 (0)