unsuccessful(unstable and dirty) proxy solution

This commit is contained in:
2025-04-29 19:53:50 +03:00
parent c257844fa2
commit 991a4f29a6
12 changed files with 866 additions and 52 deletions

3
migrate.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
source .env
DATABASE_URL=postgres://$DBUSER:$DBPASS@$DBHOST:$DBPORT npx node-pg-migrate $*