Skip to content

Commit 5d80f18

Browse files
committed
Add support for index keyword
1 parent 6a3621f commit 5d80f18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lexer/statements/postgres/alter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class PostgresAlter implements ILexer {
1111
"online",
1212
"offline",
1313
"ignore",
14+
"index",
1415
"database",
1516
"default",
1617
"event",

0 commit comments

Comments
 (0)