This website requires JavaScript.
Explore
Help
Sign In
Influxdata
/
influxdb
mirror of
https://github.com/influxdata/influxdb.git
Watch
1
Star
0
Fork
You've already forked influxdb
0
Code
Issues
Projects
Releases
Wiki
Activity
dac0db2196
influxdb
/
iox_catalog
/
migrations
/
20230501173720_add_partitio...
8 lines
156 B
SQL
Raw
Blame
History
ALTER
TABLE
IF
EXISTS
namespace
ADD
COLUMN
partition_template
JSONB
;
ALTER
TABLE
IF
EXISTS
table_name
ADD
COLUMN
partition_template
JSONB
;
Reference in New Issue
View Git Blame
Copy Permalink