Open tanonl opened 2 years ago
Anyone ?
@tanonl No, looking through the source as long as its a TimescaleDateTimeField the create_hypertable command will run for that field (and you can only have one TimescaleDateTimeField)
if isinstance(field, TimescaleDateTimeField):
# create hypertable, with the field as partition column
self._create_hypertable(model, field)
break
Hi, I am planning to convert my postgreSQL to a timescaledb and use this awesome package. I just wonder if it is absolutely necessary to rename the existing field to "time". Is there any way I can set a variable to specify the current field name.