Skip to content

Commit

Permalink
Update TestDDL
Browse files Browse the repository at this point in the history
apstndb committed Oct 21, 2024
1 parent 46a94ff commit 1dee800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ast/ast_test.go
Original file line number Diff line number Diff line change
@@ -136,6 +136,7 @@ func TestDDL(t *testing.T) {
DDL(&AlterSequence{}).isDDL()
DDL(&DropSequence{}).isDDL()
DDL(&CreateView{}).isDDL()
DDL(&DropView{}).isDDL()
DDL(&AlterTable{}).isDDL()
DDL(&DropTable{}).isDDL()
DDL(&CreateIndex{}).isDDL()

0 comments on commit 1dee800

Please sign in to comment.