Skip to content

Commit

Permalink
Fix sqlite purgepurgeMapTilesStatement
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Apr 16, 2024
1 parent fa966c4 commit 37dd181
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public String purgeMapTilesStatement() {
DELETE
FROM bluemap_map_tile
WHERE ROWID IN (
SELECT ROWID
SELECT t.ROWID
FROM bluemap_map_tile t
INNER JOIN bluemap_map m
ON t.map = m.id
Expand Down

0 comments on commit 37dd181

Please sign in to comment.