summaryrefslogtreecommitdiffstats
path: root/config/migrate-scripts/migrate-db-3bcb98e.sh
blob: 444f65ed3a5b488bad72c80bdadc45fb43e567ec (plain)
1
2
3
4
5
6
#!/bin/sh

[ -z "$POSTGRES_USER" ] && POSTGRES_USER=kemal
[ -z "$POSTGRES_DB" ] && POSTGRES_DB=invidious

psql "$POSTGRES_DB" "$POSTGRES_USER" < config/sql/annotations.sql
/span>Moved Privacy Policy to wiki pageSimonBrazell 2020-07-14Add version number and description to store.mdSimonBrazell 2020-07-14Added store listing translations to localesSimonBrazell 2020-07-13Fix autoplay param & French pop-up titlev1.1.36SimonBrazell