Fix setVersion not returning itself to restore builder syntax compatibility
This commit is contained in:
parent
143135151a
commit
78dc524f79
|
@ -28,6 +28,7 @@ class QueryBuilder {
|
||||||
|
|
||||||
setVersion(version) {
|
setVersion(version) {
|
||||||
this.version = version
|
this.version = version
|
||||||
|
return this
|
||||||
}
|
}
|
||||||
|
|
||||||
setTable(tableId) {
|
setTable(tableId) {
|
||||||
|
|
Loading…
Reference in New Issue