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-28 11:41:03 +08:00 committed by GitHub
parent 34055d38c2
commit 7c69f9c821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
-- Tags: distributed, no-parallel
-- Tags: distributed, no-parallel, no-replicated-database
-- Tag no-replicated-database: ON CLUSTER is not allowed
DROP DATABASE IF EXISTS 02028_db ON CLUSTER test_shard_localhost;
CREATE DATABASE 02028_db ON CLUSTER test_shard_localhost;
USE 02028_db;