From 77438382583a7445a5770d922dabcac08df98a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=91=D0=BE=D1=80=D0=BE?= =?UTF-8?q?=D0=B4=D0=B8=D0=BD?= Date: Mon, 29 Aug 2022 09:36:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9699fc1..5db3f53 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ func main() { Migration template using variables: ```sql -CREATE TABLE table_name ON CLUSTER {{cluster}} ( +CREATE TABLE table_name ON CLUSTER {{.cluster}} ( foo Int64, bar String -) ENGINE = ReplicatedReplacingMergeTree('{{replicated_path}}.table_name', '{replica}') +) ENGINE = ReplicatedReplacingMergeTree('{{.replicated_path}}.table_name', '{replica}') ``` Result: