1
0
Fork 0
mirror of https://github.com/iv-org/invidious.git synced 2025-05-03 15:05:14 -04:00
invidious/config/migrate-scripts/migrate-db-3bcb98e.sh

6 lines
172 B
Bash
Executable file

#!/bin/sh
[ -z "$POSTGRES_USER" ] && POSTGRES_USER=kemal
[ -z "$POSTGRES_DB" ] && POSTGRES_DB=invidious
psql "$POSTGRES_DB" "$POSTGRES_USER" < config/sql/annotations.sql