Skip to content

Commit bf1dc09

Browse files
authored
Chore: add missing semicolon after MODEL statement in Table Migration docs (#2721)
1 parent c773bd9 commit bf1dc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/table_migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ MODEL(
5252
kind INCREMENTAL_BY_TIME_RANGE ( -- or INCREMENTAL_BY_UNIQUE_KEY
5353
time_column table_time_column
5454
)
55-
)
55+
);
5656

5757
SELECT
5858
col1,

0 commit comments

Comments
 (0)