aboutsummaryrefslogtreecommitdiffstats
path: root/tools/migration/config.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2011-02-23 18:31:48 +0000
committerMatthew Wild <mwild1@gmail.com>2011-02-23 18:31:48 +0000
commit87b95d522985595b949d29a0252b3a618a1093d1 (patch)
treeb4b21167b6dcdb0fc3d49715059d9e918e50ea33 /tools/migration/config.lua
parented36a87ee6e8badce7acce4ba387b0474024f200 (diff)
downloadprosody-87b95d522985595b949d29a0252b3a618a1093d1.tar.gz
prosody-87b95d522985595b949d29a0252b3a618a1093d1.zip
tools/migration/*.lua: Convert to unix line endings
Diffstat (limited to 'tools/migration/config.lua')
-rw-r--r--tools/migration/config.lua52
1 files changed, 26 insertions, 26 deletions
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";
+}
+
+]]