de3a444939
Some checks failed
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.10.1, true) (push) Waiting to run
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.7.3, true) (push) Waiting to run
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.8.2, true) (push) Waiting to run
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.9.2, true) (push) Waiting to run
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (nightly, false) (push) Waiting to run
Invidious CI / build-docker (push) Waiting to run
Invidious CI / build-docker-arm64 (push) Waiting to run
Build and release container / release (push) Has been cancelled
6 lines
No EOL
174 B
Bash
6 lines
No EOL
174 B
Bash
CREATE INDEX channel_videos_ucid_published_idx
|
|
ON public.channel_videos
|
|
USING btree
|
|
(ucid COLLATE pg_catalog."default", published);
|
|
|
|
DROP INDEX channel_videos_ucid_idx; |