db views now enumerate rows

This commit is contained in:
j-weissen 2022-11-30 23:37:11 +01:00
parent 684ded6af0
commit 72bb54a536
4 changed files with 45 additions and 12 deletions

View file

@ -1,3 +1,3 @@
FROM postgres:15-alpine
COPY createSchema.sql /docker-entrypoint-initdb.d/createSchema.sql
COPY initScripts/* /docker-entrypoint-initdb.d/