Skip to content

Commit fa2e93c

Browse files
committed
Updated pkg version
1 parent c49af1b commit fa2e93c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ module.exports = sails => {
272272
schemas.push(tableSchema);
273273
}
274274
}
275-
console.log('migrateSchema in ' + syncConnectionName);
276275
return connections[syncConnectionName].sync({ force: forceSyncFlag, alter: alterFlag });
277276
}));
278277

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sails-hook-sequelize",
3-
"version": "1.2.2",
3+
"version": "2.0.0",
44
"description": "Sails.js hook to use sequelize ORM",
55
"main": "index.js",
66
"sails": {

0 commit comments

Comments
 (0)