We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49af1b commit fa2e93cCopy full SHA for fa2e93c
index.js
@@ -272,7 +272,6 @@ module.exports = sails => {
272
schemas.push(tableSchema);
273
}
274
275
- console.log('migrateSchema in ' + syncConnectionName);
276
return connections[syncConnectionName].sync({ force: forceSyncFlag, alter: alterFlag });
277
}));
278
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sails-hook-sequelize",
3
- "version": "1.2.2",
+ "version": "2.0.0",
4
"description": "Sails.js hook to use sequelize ORM",
5
"main": "index.js",
6
"sails": {
0 commit comments