Software / code / prosody
File
tools/migration/migrator.cfg.lua @ 4304:73bf8aab8b77
COPYING: Reflow the all-caps text. It was wrapping really badly in the Windows installer.
| author | Waqas Hussain <waqas20@gmail.com> |
|---|---|
| date | Sun, 05 Jun 2011 01:52:48 +0500 |
| parent | 4214:1674cd17557c |
| child | 10003: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"; } ]]