summaryrefslogtreecommitdiffstats
path: root/config/migrate-scripts/migrate-db-1c8075c.sh
blob: 63954397ea2284a564cd43a70e5da82f60647d82 (plain)
1
2
3
4
5
6
7
#!/bin/sh

psql invidious kemal -c "ALTER TABLE channel_videos DROP COLUMN live_now CASCADE"
psql invidious kemal -c "ALTER TABLE channel_videos DROP COLUMN premiere_timestamp CASCADE"

psql invidious kemal -c "ALTER TABLE channel_videos ADD COLUMN live_now bool"
psql invidious kemal -c "ALTER TABLE channel_videos ADD COLUMN premiere_timestamp timestamptz"
2023-07-08HTML: merge MixVideo with other types in item.ecrSamantaz Fox 2023-07-08HTML: Use new buttons for playlists (save/delete/add videos/etc...)Samantaz Fox 2023-07-06HTML: Use new buttons for thumbnail overlaysSamantaz Fox 2023-07-06HTML: Use the new pagination component for channel pagesSamantaz Fox 2023-07-06HTML: Use the new pagination component for search resultsSamantaz Fox 2023-07-06HTML: Use the new pagination component for playlistsSamantaz Fox 2023-07-06CSS: add styling for the new buttonsSamantaz Fox