feat: Add new tables for article comments, threads, and thread comments

This commit is contained in:
2024-08-24 17:00:39 +09:00
parent c4a37dcdc5
commit 6b59fe77c4
3 changed files with 45 additions and 3 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
FROM postgres:16
COPY ./docker/initdb.d/ /docker-entrypoint-initdb.d/
COPY ./docker/initdb.d/ /docker-entrypoint-initdb.d/
# COPY ./docker/postgres.conf /var/lib/postgresql/data/postgresql.conf
View File