Skip to content

Commit a2fbe64

Browse files
authored
Add info about tsdb toolkit
1 parent def5710 commit a2fbe64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CloudNativePG Containers with TimescaleDB
1+
# CloudNativePG Containers with TimescaleDB and TimescaleDB Toolkit
22

33
[![Build](https://github.com/clevyr/docker-cloudnativepg-timescale/actions/workflows/build.yaml/badge.svg)](https://github.com/clevyr/docker-cloudnativepg-timescale/actions/workflows/build.yaml)
44

@@ -30,6 +30,7 @@ spec:
3030
initdb:
3131
postInitTemplateSQL:
3232
- CREATE EXTENSION IF NOT EXISTS timescaledb;
33+
- CREATE EXTENSION IF NOT EXISTS timescaledb_toolkit;
3334
```
3435
3536
## License notes

0 commit comments

Comments
 (0)