Remove foreign keys to hypertables

This commit is contained in:
2022-04-22 18:53:43 +05:30
parent c38394ad49
commit ee2f43a849
11 changed files with 9 additions and 144 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
FROM postgres:12-alpine
FROM timescale/timescaledb:latest-pg14
COPY ./schema.sql /docker-entrypoint-initdb.d/init.sql