Skip to content

Commit

Permalink
update database name
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjian102621 committed Dec 16, 2024
1 parent 0ff76f0 commit 8e81dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/data/mysql/init.d/geekai_plus-v4.1.3.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ SET time_zone = "+00:00";
--
-- 数据库: `geekai_plus`
--
CREATE DATABASE IF NOT EXISTS `geekai_plus` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci;
USE `geekai_plus`;
CREATE DATABASE IF NOT EXISTS `geekai` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci;
USE `geekai`;

-- --------------------------------------------------------

Expand Down

0 comments on commit 8e81dfa

Please sign in to comment.