summaryrefslogtreecommitdiffstats
path: root/config/migrate-scripts/migrate-db-6e51189.sh
blob: 9132d3d7793d6ab03dfc5d2bfaaf6df1fe4188d3 (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 channel_videos ADD COLUMN live_now bool;"
psql "$POSTGRES_DB" "$POSTGRES_USER" -c "UPDATE channel_videos SET live_now = false;"
4Add translation to Audio Mode icon on vid resultsyeopite 2021-03-24remove comments extract cursorAndrew Zhao 2021-03-23Remove extra 'next page' button at then end of a playlistSamantaz Fox 2021-03-22Remove useless parameter 'youtubei_browse' in get_channel_videos_response()Samantaz Fox 2021-03-21Make the linter happySamantaz Fox 2021-03-21Fix produce_playlist_continuation checks in spec/helpers_spec.crSamantaz Fox 2021-03-21Print detailed error message when playlist can't be retrievedSamantaz Fox 2021-03-21Playlist: Support edge case where 'content' in JSON may be erroneously pluralSamantaz Fox 2021-03-21Make use of youtube API helper in src/invidious/channels.crSamantaz Fox 2021-03-21Playlist: Fix video continuation (100+ videos playlists)Samantaz Fox