Skip to content

Commit

Permalink
Update ast/ast.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroya Fujinami <[email protected]>
  • Loading branch information
nktks and makenowjust authored Sep 18, 2023
1 parent a064717 commit 0ce221d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ast/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ type ChangeStreamFor interface {
func (ChangeStreamForAll) isChangeStreamFor() {}
func (ChangeStreamForTables) isChangeStreamFor() {}

// ChangeStreamAlternation represents alter statement in ALTER CHANGE STREAM statement.
// ChangeStreamAlternation represents ALTER CHANGE STREAM action.
type ChangeStreamAlternation interface {
Node
isChangeStreamAlternation()
Expand Down

0 comments on commit 0ce221d

Please sign in to comment.