Mercurial > prosody-hg
view tools/migration/migrator.cfg.lua @ 9228:e2e2aa76ea31
mod_private, mod_vcard: Use the usual comment on non-get received iqs.
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
|---|---|
| date | Fri, 24 Aug 2018 20:36:06 +0200 |
| parents | 9a12fc2baa37 |
| children | 4d702f0c6273 |
line wrap: on
line source
local data_path = "../../data"; input { type = "prosody_files"; path = data_path; } output { type = "prosody_sql"; driver = "SQLite3"; database = data_path.."/prosody.sqlite"; } --[[ input { type = "prosody_files"; path = data_path; } output { type = "prosody_sql"; driver = "SQLite3"; database = data_path.."/prosody.sqlite"; } ]]
