Skip to content

Commit

Permalink
QueryInterface is added in the raw
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu authored and Himanshu committed Nov 8, 2023
1 parent 77a24eb commit 173da79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/knex-builder/Knex.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ knex.SchemaBuilder = {
knex.Raw = {
extend: function (methodName, fn) {
SchemaBuilder.extend(methodName, fn);
QueryInterface.push(methodName);
},
};

Expand Down

0 comments on commit 173da79

Please sign in to comment.