Merge pull request #6030 from influxdata/ntran/catalog-retention
feat: add catalog columns needed for retention policypull/24376/head
commit
50061cd2fe
|
@ -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