Mercurial > prosody-hg
view tools/migration/config.lua @ 4197:bef732980436
tools/migration/*.lua: Convert to unix line endings
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 23 Feb 2011 18:31:48 +0000 |
| parents | 3fecfe58d633 |
| 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"; } ]]
