Merge 0.12->trunk

This commit is contained in:
Kim Alvefur 2022-12-29 18:28:50 +01:00
commit e9a7490f67

View file

@ -831,7 +831,6 @@ local function normalize_params(params)
end
function module.load()
if prosody.process_type == "prosodyctl" then return; end
local engines = module:shared("/*/sql/connections");
local params = normalize_params(module:get_option("sql", default_params));
local db_uri = sql.db2uri(params);