jamessewell/django-timescaledb

rename variable in sql_add_hypertable string

Opened this issue · 0 comments

In sql_add_hypertable string it is used partition_column as variable to be replaced with the name of the column containing time, I suggest to rename this variable in something like time_column since partition_column seems related to partitioning_column option in create_hypertable function.

In the case I can provide a pull request for it