Software /
code /
prosody
File
tools/migration/config.lua @ 4166:3ac90743039b
tools/migration/*.lua: Convert to unix line endings
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 23 Feb 2011 18:31:48 +0000 |
parent | 4162:af720a91aa19 |
child | 4209: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"; } ]]