Add comment

This commit is contained in:
János Benjamin Antal 2024-02-12 15:27:20 +00:00
parent 407b7a4651
commit b094ab9763

View File

@ -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';
""",
)