feat: add catalog columns needed for retention policy

pull/24376/head
NGA-TRAN 2022-11-01 15:35:15 -04:00
parent 643fd58e02
commit 498851eaf5
1 changed files with 6 additions and 0 deletions

View File

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