Commit 800b05e
committed
fix(clickhouse): remove semicolon from migration comment
The testcontainers migration parser splits Up statements on ';',
including semicolons inside comments, which produced a comments-only
fragment rejected by ClickHouse as 'Empty query.'1 parent 7c7ea0f commit 800b05e
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments