mirror of
https://github.com/knex/knex.git
synced 2025-12-29 16:08:45 +00:00
Remove dead Builder.prototype.option() function.
It was replaced with options().
This commit is contained in:
parent
499c70db7d
commit
cbed64e974
@ -431,11 +431,6 @@ _.extend(Builder.prototype, Common, {
|
||||
return this._setType('delete');
|
||||
},
|
||||
|
||||
option: function(opts) {
|
||||
this.opts = _.extend(this.opts, opts);
|
||||
return this;
|
||||
},
|
||||
|
||||
// Truncate
|
||||
truncate: function() {
|
||||
return this._setType('truncate');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user