Proper Point type registration

This commit is contained in:
Anatoliy Chakkaev 2013-02-22 01:25:15 +07:00
parent ec6d6e7572
commit da973b56c9
1 changed files with 1 additions and 3 deletions

View File

@ -39,9 +39,7 @@ exports.initialize = function initializeSchema(schema, callback) {
});
// MySQL specific column types
schema.types = {
Point: function Point() {}
};
schema.constructor.registerType(function Point() {});
};
/**