diff --git a/iox_catalog/migrations/20221014122742_lower-default-per-table-column-limit.sql b/iox_catalog/migrations/20221014122742_lower-default-per-table-column-limit.sql new file mode 100644 index 0000000000..69ed514488 --- /dev/null +++ b/iox_catalog/migrations/20221014122742_lower-default-per-table-column-limit.sql @@ -0,0 +1,7 @@ +-- Lower the defualt per-table column limit. +-- +-- https://github.com/influxdata/influxdb_iox/issues/5858 +ALTER TABLE + namespace ALTER max_columns_per_table +SET + DEFAULT 200;