Изменил(а) на 'README.md'

This commit is contained in:
Роман Бородин 2022-08-29 09:36:28 +03:00
parent 374cc6e7ee
commit 7743838258
1 changed files with 2 additions and 2 deletions

View File

@ -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: