Update tests/queries/0_stateless/02028_add_default_database_for_alterquery_on_cluster.sql

Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
This commit is contained in:
anneji-dev 2021-09-23 11:23:55 +08:00 committed by GitHub
parent f97f5c5c75
commit 34055d38c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
-- Tags: distributed, no-parallely
-- Tags: distributed, no-parallel
DROP DATABASE IF EXISTS 02028_db ON CLUSTER test_shard_localhost;
CREATE DATABASE 02028_db ON CLUSTER test_shard_localhost;
USE 02028_db;