Statistics: Close the DB handle in the vacuum OTM block (#10775)

Followup to #10749
reviewable/pr10776/r1
NiLuJe 9 months ago committed by GitHub
parent 416237e526
commit 724db0b924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -616,6 +616,7 @@ if last_migration_date < 20230802 then
else
logger.warn("db not compatible when performing onetime migration:", ok, value)
end
conn:close()
else
logger.info("statistics.sqlite3 not found.")
end

Loading…
Cancel
Save