Remove unused fields
This commit is contained in:
parent
535c86bca0
commit
f98ff568fb
1 changed files with 14 additions and 17 deletions
|
@ -35,9 +35,6 @@ type Query struct {
|
|||
count bool
|
||||
from []string
|
||||
innerJoins []join
|
||||
outerJoins []join
|
||||
leftOuterJoins []join
|
||||
rightOuterJoins []join
|
||||
where []where
|
||||
groupBy []string
|
||||
orderBy []string
|
||||
|
|
Loading…
Add table
Reference in a new issue