From 103f2405720a3978c3668f7ebc9c9e81b0949bca Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 25 Feb 2011 03:32:44 +0000 Subject: tools/migration/*.lua: Rename config to migrator.cfg.lua, add error handling for config and command-line parameters --- tools/migration/config.lua | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 tools/migration/config.lua (limited to 'tools/migration/config.lua') diff --git a/tools/migration/config.lua b/tools/migration/config.lua deleted file mode 100644 index fa37f2a3..00000000 --- a/tools/migration/config.lua +++ /dev/null @@ -1,26 +0,0 @@ -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"; -} - -]] -- cgit v1.2.3