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"
s='nohover-highlight'> 2021-05-10Add functionality to read more buttonsyeopite 2021-05-10Added "Read More" button for video descriptionssh4dowb 2021-05-05Update Hebrew translationOmer I.S 2021-05-05Set correct permissions in DockerfileMaykin-99 When having a `umask` of `xx7` (e.g. `027`) on the host machine then the directories `assets`, `config` and `locales` don't become readable to the `invidious` user inside the Docker container since the `COPY` commands result in files owned by `root` with the same file permissions like on the host (`640` in my case). By adding `--chown=invidious` to the `COPY` command we ensure the `invidious` user can read these files. 2021-05-04Update Danish translationHackerNCoder 2021-05-04Update Indonesian translationReza Almanda 2021-05-04Update French translationOlivier Humbert 2021-04-29Update Croatian translationMilo Ivir 2021-04-29Update Chinese (Traditional) translationJeff Huang 2021-04-29Update Turkish translationOğuz Ersen 2021-04-29Update Esperanto translationphlostically 2021-04-29Update Spanish translationJorge Maldonado Ventura 2021-04-29Update French translationOlivier Humbert 2021-04-29Update Russian translationNikita Epifanov 2021-04-21Update French translationTiA4f8R 2021-04-21Update Hebrew translationOmer I.S 2021-04-21Update Esperanto translationJorge Maldonado Ventura 2021-04-21Update Spanish translationJorge Maldonado Ventura 2021-04-21Update French translationOlivier Humbert 2021-04-21Add newline at end of file for 'el' and 'zh-TW'Samantaz Fox 2021-04-21Minor fixes in locales after synchronizationSamantaz Fox 2021-04-21Add missing fields to locales (part 6)Samantaz Fox Updated da.json (Danish) Updated de.json (German) Updated eo.json (Esperando) Updated es.json (Spanigh) Updated nb-NO.json (Norvegian) Updated nl.json (Dutch) Updated pl.json (Polish) Updated pt-BR.json (Portuguese, Brasil) Updated ro.json (Romanian) Updated ru.json (Russian) Updated sv-SE.json (Swedish) Updated uk.json (Ukrainian) Updated zh-CN.json (Chinese, China) 2021-04-21Add missing fields to locales (part 5)Samantaz Fox * Also includes minor fixes when I could (french, italian, icelandic) * Added a new line at the end of en-US translation. Updated ar.json (Arabic) Updated el.json (Greek) Updated fa.json (Persian) Updated fr.json (French) Updated is.json (Icelandic) Updated it.json (Italian) Updated tr.json (Turkish) Updated zh-TW.json (Chinese, Taiwan) 2021-04-21Make the linter happy, againSamantaz Fox 2021-04-21Add missing fields to locales (part 4)Samantaz Fox Updated el.json (Greek) Updated fa.json (Persian) Updated fi.json (Finnish) Updated it.json (Italian) Updated pt-PT.json (Portuguese, Portugal) Updated zh-TW.json (Chinese, Taiwan) 2021-04-21Add missing fields to locales (part 3)Samantaz Fox Updated el.json (Greek) Updated fa.json (Persian) Updated fi.json (Finnish) Updated it.json (Italian) Updated pt-PT.json (Portuguese, Portugal) Updated sv-SE.json (Swedish) Updated tr.json (Turkish) Updated uk.json (Ukrainian) Updated zh-CN.json (Chinese, China) Updated zh-TW.json (Chinese, Taiwan) 2021-04-21Add missing fields to locales (part 2)Samantaz Fox Updated ja.json (Japanese) Updated nb-NO.json (Norwegian Bokmål) Updated nl.json (Dutch) Updated pl.json (Polish) Updated pt-BR.json (Portuguese, Brazil) Updated ro.json (Romanian) Updated ru.json (Russian) 2021-04-21Add missing fields to locales (part 1)Samantaz Fox Updated ar.json (Arabic) Updated de.json (German) Updated eo.json (Esperanto) Updated es.json (Spanish) Updated fr.json (French) Updated hr.json (Hungarian) Updated id.json (Indonesian) Updated is.json (Icelandic)