Skip to content

Commit

Permalink
Updated pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed May 7, 2022
1 parent c49af1b commit fa2e93c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ module.exports = sails => {
schemas.push(tableSchema);
}
}
console.log('migrateSchema in ' + syncConnectionName);
return connections[syncConnectionName].sync({ force: forceSyncFlag, alter: alterFlag });
}));

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit fa2e93c

Please sign in to comment.