mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
mod_storage_sql: Ignore name clash [luacheck]
This commit is contained in:
parent
ee705afbef
commit
dd86b147bf
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ function module.command(arg)
|
|||
if command == "upgrade" then
|
||||
-- We need to find every unique dburi in the config
|
||||
local uris = {};
|
||||
for host in pairs(prosody.hosts) do
|
||||
for host in pairs(prosody.hosts) do -- luacheck: ignore 431/host
|
||||
local params = normalize_params(config.get(host, "sql") or default_params);
|
||||
uris[sql.db2uri(params)] = params;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue