Skip to content

Commit f9748f4

Browse files
committed
[postgres,schema] TimescaleSchemaEditor.alter_field : minor
1 parent b2d1aea commit f9748f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timescale/db/backends/postgresql/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def _create_hypertable(self, model, field, should_migrate=False):
8989
migrate = "true" if should_migrate else "false"
9090

9191
if should_migrate and getattr(settings, "TIMESCALE_MIGRATE_HYPERTABLE_WITH_FRESH_TABLE", False):
92-
# TODO migrate with fresh table [https://docs.timescale.com/latest/getting-started/migrating-data#same-db]
92+
# TODO migrate with fresh table [https://github.com/schlunsen/django-timescaledb/issues/16]
9393
raise NotImplementedError()
9494
else:
9595
sql = self.sql_add_hypertable.format(

0 commit comments

Comments
 (0)