We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478e0e6 commit bbf6df8Copy full SHA for bbf6df8
clickhouse_backend/patch/migrations.py
@@ -76,9 +76,8 @@ def Migration(self):
76
Engine = models.MergeTree
77
if has_replicas:
78
Engine = models.ReplicatedMergeTree
79
- self.connection.has_replicas = True
80
- else:
81
- self.connection.has_replicas = False
+
+ self.connection.has_replicas = has_replicas
82
83
class _Migration(models.ClickhouseModel):
84
app = models.StringField(max_length=255)
0 commit comments