Mercurial > prosody-hg
view tools/migration/migrator.cfg.lua @ 8407:f652e1ea2f69
util.async: Factor out thread check into a function
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 21 Nov 2017 21:48:14 +0100 |
| parents | 9a12fc2baa37 |
| 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"; } ]]
