fix table name

pull/53/head
Zlatin Balevsky 2020-10-21 12:43:48 +01:00
parent 0552000d59
commit c922a61838
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class H2HostCache extends HostCache {
profiles.put(d, new HostMCProfile(newProfile))
log.fine("profile updated ${d.toBase32()} ${profiles.get(d)}")
sql.execute("delete from HOST_PROFILES where DESTINATION=${d.toBase64()}")
sql.execute("delete from HOST_ATTEMPTS where DESTINATION=${d.toBase64()}")
}
@Override