diff options
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"; +} + +]] |