Running direct diesel sql query

This commit is contained in:
Benjamin Sherriff
2023-07-06 23:17:16 -04:00
parent 4a366d6237
commit 81b5cb4b32
4 changed files with 29 additions and 49 deletions

View File

@@ -27,7 +27,6 @@ services:
POSTGRES_DB: ${POSTGRES_DB}
volumes:
- ./data:/var/lib/postgresql/data
- ./sql/create_tables.sql:/docker-entrypoint-initdb.d/create_tables.sql
ports:
- "5432:5432"
restart: unless-stopped