From c78b7c91e2f3284ba26c91568f383291657c2ac5 Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Wed, 10 Nov 2021 15:52:49 +0100 Subject: [PATCH] L2SS-429: extend readme file --- docker-compose/timescaledb/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker-compose/timescaledb/README.md b/docker-compose/timescaledb/README.md index 0059422d6..fbf3e2052 100644 --- a/docker-compose/timescaledb/README.md +++ b/docker-compose/timescaledb/README.md @@ -15,4 +15,9 @@ The next ones have been pulled from the official Tango repository in order to cr - hdb_roles.sql creates additional roles - hdb_ext_aggregates.sql creates the continuous aggregate views (https://docs.timescale.com/timescaledb/latest/how-to-guides/continuous-aggregates/) - cleanup.sql strips the SUPERUSER trait from hdb_admin +Last updates on these scripts are dated to August 2021 (more info can be found at https://github.com/tango-controls-hdbpp/hdbpp-timescale-project/blob/master/doc/db-schema-config.md) + +There is an older version of these Tango-Archiving generating scripts in the directory 'resources_v2'. These files have been pulled from Tango-LibHdbpp-Timescale (https://github.com/tango-controls-hdbpp/libhdbpp-timescale/tree/master/db-schema) + + -- GitLab