Skip to content

Commit

Permalink
Merge pull request #39 from RpprRoger/patch-1
Browse files Browse the repository at this point in the history
Fix some issues with Sequelize compatibility
  • Loading branch information
LoveAndCoding committed Nov 27, 2017
2 parents 07d8f98 + 286e644 commit c3e573b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data-types.js
Expand Up @@ -546,4 +546,6 @@ module.exports = function (Sequelize) {
Sequelize.ARRAY = ARRAY;
Sequelize.GEOMETRY = GEOMETRY;
Sequelize.GEOGRAPHY = GEOGRAPHY;

return Sequelize;
};

0 comments on commit c3e573b

Please sign in to comment.