@things-factory/shell 6.0.115 → 6.0.118

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,14 +103,14 @@ module.exports = {
103
103
  synchronize: false,
104
104
  logging: true,
105
105
  logger: 'debug'
106
- },
107
-
108
- ormconfig4Tx: {
109
- name: 'tx',
110
- type: 'sqlite',
111
- database: 'db.sqlite',
112
- synchronize: false,
113
- logging: true,
114
- logger: 'debug'
115
106
  }
107
+
108
+ // ormconfig4Tx: {
109
+ // name: 'tx',
110
+ // type: 'sqlite',
111
+ // database: 'db.sqlite',
112
+ // synchronize: false,
113
+ // logging: true,
114
+ // logger: 'debug'
115
+ // }
116
116
  }