summaryrefslogtreecommitdiffstats
path: root/config/migrate-scripts/migrate-db-701b5ea.sh
blob: 46d60c00b4066124548b5a39776caa617aae9f1f (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" -c "ALTER TABLE users ADD COLUMN feed_needs_update boolean"
lspan='3' class='logmsg'> 2020-08-15Adding HoloPlay application on Made with Invidious READMEStéphane 2020-08-14Update .travis.ymlViktor Szépe 2020-08-14Update lsquic.cr dependency to use iv-org versionGauthier POGAM--LE MONTAGNER 2020-08-13Fix CI badgeViktor Szépe 2020-08-05Update README.mdSandro Co-authored-by: Perflyst <mail@perflyst.de> 2020-07-28Fix playlist export for playlists with more than 100 videosOmar Roth 2020-07-26Fix specOmar Roth 2020-07-26Update mixes linkOmar Roth 2020-07-26Add missing default for ConfigPreferencesOmar Roth 2020-07-26Fix warnings with latest version of CrystalOmar Roth 2020-07-26Add playlist import/exportOmar Roth 2020-07-26Fix playlists with one videoOmar Roth 2020-07-25Create postgres user to avoid fatal warningSandro Jäckel 2020-07-25Remove empty DockerfileSandro Jäckel 2020-07-25Remove no longer needed POSTGRES_HOST_AUTH_METHODSandro Jäckel 2020-07-25Use inbuilt init scriptSandro Jäckel 2020-07-25Set magic ENV varialbes for user, default DBSandro Jäckel instead of doing it ourselves 2020-07-22README: update GitHub repo URLsJakub Wilk Follow the https://github.com/omarroth/invidious -> https://github.com/iv-org/invidious redirect. 2020-07-22README: fix changelog URLJakub Wilk 2020-07-21Fix optional value in data extractorOmar Roth 2020-07-19Bump docker dependenciesOmar Roth 2020-07-19Bump lsquic version to v2.18.1Omar Roth 2020-07-13Requested README changes madeAllan Nordhøy 2020-07-13README reworkedAllan Nordhøy 2020-07-04Skip DASH streams segmented by URLOmar Roth 2020-06-24Update playlists to support polymer redesignOmar Roth 2020-06-17Fix cast from nil in short_descriptionOmar Roth 2020-06-17Update database automatically in DockerSandro Applying the migrations scripts by hand in Docker is not that easy and most people expect this to automatically happen. 2020-06-16Fix signature URL regexOmar Roth 2020-06-16Update peertubeify url to new location (#1227)AliceDTRH On the URL specified it says: "Project 'Ealhad/peertubeify' was moved to 'Cha_deL/peertubeify'. Please update any links and bookmarks that may still have the old path." 2020-06-16Switch to official crystallang alpine image (#1247)Sandro * Switch to official crystal-lang alpine image 2020-06-16Fix genreUrlOmar Roth 2020-06-16Update channel playlists to use polymerOmar Roth