1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-03-04 20:29:24 -05:00

7 lines
203 B
Bash
Executable File

#!/bin/sh
[ -z "$POSTGRES_USER" ] && POSTGRES_USER=kemal
[ -z "$POSTGRES_DB" ] && POSTGRES_DB=invidious
psql "$POSTGRES_DB" "$POSTGRES_USER" -c "ALTER TABLE users ADD COLUMN feed_needs_update boolean"