You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
The text was updated successfully, but these errors were encountered: