Skip to content
Snippets Groups Projects
Commit 6e815fa4 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-429: remove commented lines after test

parent 88dd6777
No related branches found
No related tags found
1 merge request!177Resolve L2SS-429 "Timescaledb container"
FROM timescale/timescaledb:latest-pg12 FROM timescale/timescaledb:latest-pg12
# COPY resources/01_admin.sql docker-entrypoint-initdb.d/002_admin.sql COPY resources/01_admin.sql docker-entrypoint-initdb.d/002_admin.sql
COPY resources/02_hdb_schema.sql docker-entrypoint-initdb.d/003_hdb_schema.sql COPY resources/02_hdb_schema.sql docker-entrypoint-initdb.d/003_hdb_schema.sql
COPY resources/03_hdb_roles.sql docker-entrypoint-initdb.d/004_hdb_roles.sql COPY resources/03_hdb_roles.sql docker-entrypoint-initdb.d/004_hdb_roles.sql
COPY resources/04_hdb_ext_aggregates.sql docker-entrypoint-initdb.d/005_hdb_ext_aggregates.sql COPY resources/04_hdb_ext_aggregates.sql docker-entrypoint-initdb.d/005_hdb_ext_aggregates.sql
# COPY resources/05_cleanup.sql docker-entrypoint-initdb.d/006_cleanup.sql COPY resources/05_cleanup.sql docker-entrypoint-initdb.d/006_cleanup.sql
# 2nd version # 2nd version
#COPY resources_v2/schema.sql docker-entrypoint-initdb.d/002_schema.sql #COPY resources_v2/schema.sql docker-entrypoint-initdb.d/002_schema.sql
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"devices":{ "devices":{
"STAT/RECV/1": { "STAT/RECV/1": {
"environment": "development", "environment": "development",
"include": ["rcu_temperature_r"], "include": [],
"exclude": ["CLK_Enable_PWR_R","CLK_I2C_STATUS_R","CLK_PLL_error_R","CLK_PLL_locked_R","CLK_translator_busy_R"] "exclude": ["CLK_Enable_PWR_R","CLK_I2C_STATUS_R","CLK_PLL_error_R","CLK_PLL_locked_R","CLK_translator_busy_R"]
}, },
"STAT/SDP/1": { "STAT/SDP/1": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment