feat: add sort_key_ids into sqlite catalog (#8384)

pull/24376/head
Nga Tran 2023-08-01 16:15:27 -04:00 committed by GitHub
parent 4a18df53c6
commit dac0db2196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- https://github.com/influxdata/influxdb_iox/issues/6401
ALTER TABLE partition ADD COLUMN sort_key_ids INTEGER[];