feat(migrations): migrate old code

This commit is contained in:
2025-02-11 11:14:28 +02:00
parent e0b7b20982
commit ff62ce1761
20 changed files with 464 additions and 2 deletions

2
scripts/init_db Normal file → Executable file
View File

@@ -16,7 +16,7 @@ fi
DB_USER="${POSTGRES_USER:=postgres}"
DB_PASSWORD="${POSTGRES_PASSWORD:=password}"
DB_NAME="${POSTGRES_DB:=newsletter}"
DB_NAME="${POSTGRES_DB:=echoes-of-ascension}"
DB_PORT="${POSTGRES_PORT:=5432}"
DB_HOST="${POSTGRES_HOST:=localhost}"