summaryrefslogtreecommitdiffstats
path: root/config/migrate-scripts/migrate-db-17cf077.sh
blob: 1597311d3ba06a0b8196fca3f5911218ae32a2fa (plain)
1
2
3
4
5
6
7
#!/bin/sh

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

psql "$POSTGRES_DB" "$POSTGRES_USER" -c "ALTER TABLE channels ADD COLUMN subscribed bool;"
psql "$POSTGRES_DB" "$POSTGRES_USER" -c "UPDATE channels SET subscribed = false;"
'2022-08-23 19:34:54 +0000'>2022-08-23throw error if the videoID returned is differentÉmilien Devos 2022-08-22Fix prefs cookies in player (#3276)Samantaz Fox 2022-08-15StaticFileHandler: use HTTP::Status rather than integersSamantaz Fox 2022-08-15StaticFileHandler: Adapt for Crystal 1.6Samantaz Fox See: - https://github.com/crystal-lang/crystal/pull/12310 - https://github.com/kemalcr/kemal/pull/644 2022-08-15Fix missing hash key: "toggleButtonRenderer" (issue #3260)Samantaz Fox 2022-08-13Fix #3265Samantaz Fox 2022-08-11Update Indonesian translationHosted Weblate Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: uwu as a service <okayokokay@protonmail.com> 2022-08-11Update Portuguese (Portugal) translationHosted Weblate Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Tmpod <tmpod@pm.me> 2022-08-11Update German translationHosted Weblate Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Pixelcode <pixelcode@dismail.de> 2022-08-11Update Greek translationHosted Weblate Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: THANOS SIOURDAKIS <siourdakisthanos@gmail.com> 2022-08-11Update Italian translationHosted Weblate Co-authored-by: atilluF <atilluf@outlook.com> 2022-08-11Update Norwegian Bokmål translationHosted Weblate Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Petter Reinholdtsen <pere-weblate@hungry.com> 2022-08-11Update Arabic translationHosted Weblate Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Rex_sa <rex.sa@pm.me> 2022-08-11Update Russian translationHosted Weblate Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Егор Ермаков <eg.ermakov2016@yandex.ru>