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.
2 parents 2361a8e + 227fb77 commit fbf4583Copy full SHA for fbf4583
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