Skip to content

Commit

Permalink
bring back default
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Aug 26, 2024
1 parent 8be56ce commit 910739f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

ADD_COLUMNS_SHARDED_EVENTS = """
ALTER TABLE {table} ON CLUSTER {cluster}
ADD COLUMN IF NOT EXISTS is_deleted Boolean False
ADD COLUMN IF NOT EXISTS is_deleted DEFAULT Boolean False
"""

ADD_COLUMNS_INDEX_EVENTS = """
Expand Down

0 comments on commit 910739f

Please sign in to comment.