diff options
author | Matthew Wild <mwild1@gmail.com> | 2011-02-23 18:31:48 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2011-02-23 18:31:48 +0000 |
commit | ba01859e1ce26869d0871f891a686e3c89ceaf44 (patch) | |
tree | d4575b3b35b74fa87937381a77677ffac2b4bd12 /tools/migration/config.lua | |
parent | 6bac77b06f0e115e95ea2e4dbb51db1cfe94d954 (diff) | |
download | prosody-ba01859e1ce26869d0871f891a686e3c89ceaf44.tar.gz prosody-ba01859e1ce26869d0871f891a686e3c89ceaf44.zip |
tools/migration/*.lua: Convert to unix line endings
Diffstat (limited to 'tools/migration/config.lua')
-rw-r--r-- | tools/migration/config.lua | 52 |
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"; +} + +]] |