This commit is contained in:
aozhiwei 2020-11-18 10:54:28 +08:00
parent df59660945
commit a7bcfab146

View File

@ -6,6 +6,6 @@ alter table `user` add column `channel` int(11) NOT NULL DEFAULT '0' COMMENT 'ch
alter table `user` add KEY `gameid` (`gameid`);
alter table `user` add KEY `channel` (`channel`);
insert into version (version) values(2020111801);
insert into version (version) values(2020111802);
commit;