Mercurial > prosody-hg
view tools/migration/migrator.cfg.lua @ 4312:bcdff2b1d3ec
mod_groups: Persist changes to mod_groups contacts (e.g. moving groups)
| author | Christian Haase <c.haase@ifu.com> |
|---|---|
| date | Sun, 05 Jun 2011 12:18:24 +0100 |
| parents | 1674cd17557c |
| 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"; } ]]
