Skip to content

Commit 4114202

Browse files
committed
update database
1 parent ebf43ad commit 4114202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CrazyCarDB/CrazyCar.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,13 +329,13 @@ create table if not exists `forced_updating`(
329329
)engine = innodb default charset = utf8;
330330
insert into forced_updating ( platform, version, rule, url)
331331
values
332-
("Android", "8.0.0", 10000, "https://github.com/TastSong/CrazyCar/releases/latest");
332+
("Android", "8.1.0", 10000, "https://github.com/TastSong/CrazyCar/releases/latest");
333333
insert into forced_updating ( platform, version, rule, url)
334334
values
335-
("ios", "8.0.0", 10000, "https://github.com/TastSong/CrazyCar/releases/latest");
335+
("ios", "8.1.0", 10000, "https://github.com/TastSong/CrazyCar/releases/latest");
336336
insert into forced_updating ( platform, version, rule, url)
337337
values
338-
("PC", "8.0.0", 10000, "https://github.com/TastSong/CrazyCar/releases/latest");
338+
("PC", "8.1.0", 10000, "https://github.com/TastSong/CrazyCar/releases/latest");
339339
select * from forced_updating;
340340

341341
/*all_equip*/

0 commit comments

Comments
 (0)