Skip to content

Commit

Permalink
Version 1.0.172
Browse files Browse the repository at this point in the history
  • Loading branch information
einar-saukas committed Sep 14, 2023
1 parent 2a9db33 commit c0302e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified ZXDB_mysql.sql.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/04-ZXDB_import_ZXSR.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
USE zxdb;

-- BUGFIXES!
update zxsr.ssd_review_score_compilations c set game_id=746 where game_id=853; -- Buggy Boy
update zxsr.ssd_review_score_compilations c set game_id=2482 where game_id=2483; -- Infiltrator
-- update zxsr.ssd_review_score_compilations c set game_id=746 where game_id=853; -- Buggy Boy
-- update zxsr.ssd_review_score_compilations c set game_id=2482 where game_id=2483; -- Infiltrator
select * from zxsr.ssd_review_picture s where s.ReviewId not in (select review_id from zxsr.ssd_review);

-- Delete previous ZXSR imports
Expand Down

0 comments on commit c0302e1

Please sign in to comment.