Diff

tools/migration/config.lua @ 4197:bef732980436

tools/migration/*.lua: Convert to unix line endings
author Matthew Wild <mwild1@gmail.com>
date Wed, 23 Feb 2011 18:31:48 +0000
parent 4193:3fecfe58d633
child 4209:df753c398aa0
line wrap: on
line diff
--- a/tools/migration/config.lua	Wed Feb 23 07:26:54 2011 +0500
+++ b/tools/migration/config.lua	Wed Feb 23 18:31:48 2011 +0000
@@ -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";
+}
+
+]]