From fa2e93c688fd59740801bf9385b3814565a005b4 Mon Sep 17 00:00:00 2001 From: Konstantin Burkalev Date: Sun, 8 May 2022 00:55:41 +0200 Subject: [PATCH] Updated pkg version --- index.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index f05f10e..2bb38e7 100644 --- a/index.js +++ b/index.js @@ -272,7 +272,6 @@ module.exports = sails => { schemas.push(tableSchema); } } - console.log('migrateSchema in ' + syncConnectionName); return connections[syncConnectionName].sync({ force: forceSyncFlag, alter: alterFlag }); })); diff --git a/package.json b/package.json index 01f5a4a..8ec4e01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sails-hook-sequelize", - "version": "1.2.2", + "version": "2.0.0", "description": "Sails.js hook to use sequelize ORM", "main": "index.js", "sails": {