Skip to content

Commit 38f1366

Browse files
committed
opt
1 parent c0c57c7 commit 38f1366

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

commons/dbcommons/sqls/20250201.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,4 @@ CREATE TABLE IF NOT EXISTS `banusers` (
355355
`app_key` varchar(20) NOT NULL,
356356
PRIMARY KEY (`id`),
357357
UNIQUE KEY `uniq_appkey_userid` (`app_key`,`user_id`,`scope_key`)
358-
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
359-
360-
INSERT INTO `globalconfs` (`conf_key`,`conf_value`)VALUES('jchatdb_version','20250201');
358+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
ALTER TABLE `users` ADD COLUMN `status` TINYINT NULL DEFAULT 0;
2-
3-
INSERT INTO `globalconfs` (`conf_key`,`conf_value`)VALUES('jchatdb_version','20251115');
1+
ALTER TABLE `users` ADD COLUMN `status` TINYINT NULL DEFAULT 0;

0 commit comments

Comments
 (0)