mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
d7c69f6c02
Allow non-replicated ALTER TABLE FETCH/ATTACH in Replicated databases
15 lines
471 B
XML
15 lines
471 B
XML
<clickhouse>
|
|
<profiles>
|
|
<default>
|
|
<allow_drop_detached>1</allow_drop_detached>
|
|
<allow_experimental_database_replicated>1</allow_experimental_database_replicated>
|
|
<allow_experimental_alter_materialized_view_structure>1</allow_experimental_alter_materialized_view_structure>
|
|
</default>
|
|
</profiles>
|
|
<users>
|
|
<default>
|
|
<profile>default</profile>
|
|
</default>
|
|
</users>
|
|
</clickhouse>
|