Mercurial > prosody-hg
view tools/migration/config.lua @ 4200:fb487ee690ea
Merge 0.8->trunk
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 24 Feb 2011 02:04:56 +0000 |
| parents | 3ac90743039b |
| children | df753c398aa0 |
line wrap: on
line source
input { type = "prosody_sql"; driver = "SQLite3"; database = "out.sqlite"; } output { type = "prosody_files"; path = "out"; } --[[ input { path = "../../data"; type = "prosody_files"; driver = "SQLite3"; database = "../../prosody.sqlite"; } output { type = "prosody_sql"; driver = "SQLite3"; database = "out.sqlite"; path = "out"; } ]]
