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

L2SS-691: fix typo

parent a5b4b125
No related branches found
No related tags found
1 merge request!281Resolve L2SS-691 "Image support for timescaledb"
......@@ -4,7 +4,7 @@ FROM timescale/timescaledb:latest-pg12
COPY resources/01_admin.sh docker-entrypoint-initdb.d/002_admin.sh
# Create DB schema (tables, indexes, etc.)
COPY resources/02_hdb_schema.sql docker-entrypoint-initdb.d/003_hdb_schema.sql
COPY resources/03_hdb_images docker-entrypoint-initdb.d/004_hdb_images.sql
COPY resources/03_hdb_images.sql docker-entrypoint-initdb.d/004_hdb_images.sql
# Create DB roles
COPY resources/04_hdb_roles.sql docker-entrypoint-initdb.d/005_hdb_roles.sql
# Create further roles
......
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