Commit e91b4d7
committed
fix(clickhouse): drop a comment that broke webhook_deliveries_v1 migration parsing
The 034 migration had an inline comment containing a semicolon. The test
ClickHouse migration runner splits statements on semicolons, so it cut the
CREATE TABLE mid-statement and tried to parse the comment tail as SQL, which
failed ClickHouse setup for every test suite that starts a container. Removing
the comment leaves the CREATE as a single statement.1 parent a15a2f9 commit e91b4d7
1 file changed
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
0 commit comments