We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb4f04 commit 227fb77Copy full SHA for 227fb77
timescale/db/operations.py
@@ -0,0 +1,6 @@
1
+from django.contrib.postgres.operations import CreateExtension
2
+
3
4
+class TimescaleExtension(CreateExtension):
5
+ def __init__(self):
6
+ self.name = "timescaledb"
0 commit comments