File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments