Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailBurdukov committed Jul 12, 2024
1 parent 004d839 commit 02bab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch_backup/logic/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def _freeze_table(
return None

# Freeze only MergeTree tables
if not schema_only and is_merge_tree(table.engine):
if not schema_only and table.is_merge_tree():
try:
context.ch_ctl.freeze_table(backup_name, table)
except ClickhouseError:
Expand Down

0 comments on commit 02bab55

Please sign in to comment.