Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-Q committed Jul 4, 2023
1 parent 97fc151 commit 2e48958
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,8 @@ module.exports = grammar({
$.change_ownership,
),

// TODO: optional `keyword_add` is necessary to allow for chained alter statements in t-sql
// maybe needs refactoring
add_column: $ => seq(
optional($.keyword_add),
optional(
Expand Down

0 comments on commit 2e48958

Please sign in to comment.