mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-01-24 01:01:50 +01:00
Fix error on purge with sql-storage
This commit is contained in:
parent
bf243ea204
commit
86a46477ab
@ -398,8 +398,8 @@ public void purgeMap(String mapId, Function<ProgressInfo, Boolean> onProgress) t
|
||||
);
|
||||
|
||||
executeUpdate(connection,
|
||||
"DELETE t " +
|
||||
"FROM `bluemap_map`" +
|
||||
"DELETE " +
|
||||
"FROM `bluemap_map` " +
|
||||
"WHERE `map_id` = ?",
|
||||
mapId
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user