pp-robot-module 0.2.14 → 0.2.15

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.
@@ -235,7 +235,7 @@ var MR;
235
235
  hasTable(params) {
236
236
  return __awaiter(this, void 0, void 0, function* () {
237
237
  Log_1.default.debug("Db.hasTable", params);
238
- return yield this._knex.hasTable(params._table);
238
+ return yield this._knex.schema.hasTable(params._table);
239
239
  });
240
240
  }
241
241
  dropTable(params) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pp-robot-module",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "makwing for inner testting",
5
5
  "main": "dist/index.js",
6
6
  "files": [