We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def5710 commit a2fbe64Copy full SHA for a2fbe64
README.md
@@ -1,4 +1,4 @@
1
-# CloudNativePG Containers with TimescaleDB
+# CloudNativePG Containers with TimescaleDB and TimescaleDB Toolkit
2
3
[](https://github.com/clevyr/docker-cloudnativepg-timescale/actions/workflows/build.yaml)
4
@@ -30,6 +30,7 @@ spec:
30
initdb:
31
postInitTemplateSQL:
32
- CREATE EXTENSION IF NOT EXISTS timescaledb;
33
+ - CREATE EXTENSION IF NOT EXISTS timescaledb_toolkit;
34
```
35
36
## License notes
0 commit comments