view tools/migration/config.lua @ 4202:dff7df4a191b

MUC: Don't limit affiliation changes to owners, and allow owners to remove themselves if they are not the last owner.
author Waqas Hussain <waqas20@gmail.com>
date Thu, 24 Feb 2011 07:11:35 +0500
parents bef732980436
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";
}

]]