From 87b95d522985595b949d29a0252b3a618a1093d1 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 23 Feb 2011 18:31:48 +0000 Subject: tools/migration/*.lua: Convert to unix line endings --- tools/migration/config.lua | 52 +++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'tools/migration/config.lua') diff --git a/tools/migration/config.lua b/tools/migration/config.lua index 199b8207..3f2057f0 100644 --- a/tools/migration/config.lua +++ b/tools/migration/config.lua @@ -1,26 +1,26 @@ -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"; -} - -]] +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"; +} + +]] -- cgit v1.2.3