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)
(relation
table_alias: (identifier) @variable)
alias: (identifier) @variable)
(field
table_alias: (identifier) @variable
alias: (identifier) @variable
name: (identifier) @field)
(term