mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Add comment
This commit is contained in:
parent
407b7a4651
commit
b094ab9763
@ -2494,7 +2494,8 @@ def main(args):
|
||||
time DateTime,
|
||||
test_name String,
|
||||
coverage Array(UInt64)
|
||||
) ENGINE = MergeTree ORDER BY test_name;
|
||||
) ENGINE = MergeTree ORDER BY test_name
|
||||
COMMENT 'Contains information about per-test coverage from the CI, but used only for exporting to the CI cluster';
|
||||
""",
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user