fix(sql): table_alias -> alias

This commit is contained in:
Dian M Fay 2023-06-20 19:53:35 -04:00 committed by Christian Clason
parent 57a753186b
commit cabbda88c9

View file

@ -18,10 +18,10 @@
name: (identifier) @type) name: (identifier) @type)
(relation (relation
table_alias: (identifier) @variable) alias: (identifier) @variable)
(field (field
table_alias: (identifier) @variable alias: (identifier) @variable
name: (identifier) @field) name: (identifier) @field)
(term (term