Skip to content

Commit

Permalink
Merge pull request #6 from 1602/patch-2
Browse files Browse the repository at this point in the history
Specify adapter name manually (API requirement)
  • Loading branch information
hgourvest committed Jan 29, 2013
2 parents 42f3f44 + 87c3456 commit 8f59061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ exports.initialize = function initializeSchema(schema, callback) {
};

function FB(schema) {
this.name = 'firebird';
this._models = {};
this.schema = schema;
}
Expand Down

0 comments on commit 8f59061

Please sign in to comment.