Skip to content

Commit

Permalink
Version 1.0.201
Browse files Browse the repository at this point in the history
  • Loading branch information
einar-saukas committed Sep 25, 2024
1 parent 5af428d commit 41802dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified ZXDB_mysql.sql.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/ZXDB_health_check.sql
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ select * from (
union all
select e.id,e.title,t.text,'title with ID above 4000000 that is not timex program' from entries e left join machinetypes t on e.machinetype_id = t.id where coalesce(t.text,'?') not like 'Timex%' and e.id between 4000000 and 4999999
union all
select e.id,e.title,g.text,'title with ID above 2000000 that is not book' from entries e left join genretypes g on e.genretype_id = g.id where coalesce(g.text,'') not like 'Book%' and e.id between 2000000 and 2999999
select e.id,e.title,g.text,'title with ID above 2000000 that is not book' from entries e left join genretypes g on e.genretype_id = g.id where coalesce(g.text,'') not like 'Book%' and e.id between 2000000 and 2999999 and e.availabletype_id<>'*'
union all
select e.id,e.title,g.text,'title with ID above 1000000 that is not hardware device' from entries e left join genretypes g on e.genretype_id = g.id where coalesce(g.text,'') not like 'Hardware%' and e.id between 1000000 and 1999999
union all
Expand Down

0 comments on commit 41802dc

Please sign in to comment.