feat: add catalog columns needed for retention policy
parent
643fd58e02
commit
498851eaf5
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE IF EXISTS namespace
|
||||
ADD COLUMN IF NOT EXISTS retention_period_ns BIGINT DEFAULT NULL;
|
||||
|
||||
|
||||
ALTER TABLE IF EXISTS partition
|
||||
ADD COLUMN IF NOT EXISTS to_delete BIGINT DEFAULT NULL;
|
||||
Loading…
Reference in New Issue