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"
locales/pt-BR.json?id=4859b67a7b646c792fd0346ad350d880ac74a370&follow=1'>Update Portuguese (Brazil) translationVinicius 2021-06-07Update Chinese (Simplified) translationEric 2021-06-07Update Spanish translationSergio Varela 2021-06-07Update Polish translationgnu-ewm 2021-06-04typo in the template fileÉmilien Devos 2021-06-03Update Indonesian translationJacque Fresco 2021-05-26Update Croatian translationMilo Ivir 2021-05-26Update Japanese translationGnuPGを使うべきだ 2021-05-26Update Chinese (Traditional) translationJeff Huang 2021-05-26Update Turkish translationOğuz Ersen 2021-05-26Update Esperanto translationphlostically 2021-05-24Allow user preferences to effect extend_descsyeopite 2021-05-24Fix youtube API function's documentationSamantaz Fox 2021-05-24Craft the "context" data in a dedicated functionSamantaz Fox As the amount of API endpoint function grow, this will prevent ugly code copy/pasta 2021-05-24Use '/youtubei/v1/browse' endpoint for playlistsSamantaz Fox 2021-05-24Use '/youtubei/v1/search' endpoint for search queriesSamantaz Fox 2021-05-24Multiple youtube_api.cr helper fixesSamantaz Fox Add documentation Bump web client version string Add charset=UTF-8 to the 'content-type' header Parse JSON and return it as a Hash Handle API error messages 2021-05-23Only ignore the videojs librariesTheFrenchGhosty 2021-05-23Only ignore the JS librariesTheFrenchGhosty