Remove odd new line

This commit is contained in:
divanik 2024-08-13 14:04:04 +00:00
parent 5da5bea8df
commit b5f7875f57

View File

@ -89,4 +89,3 @@ done
${CLICKHOUSE_CLIENT} --query="SELECT mutation_id, command, is_done FROM system.mutations WHERE database = '$CLICKHOUSE_DATABASE' and table = 'mutations_cleaner' ORDER BY mutation_id"
${CLICKHOUSE_CLIENT} --query="DROP TABLE mutations_cleaner"