mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-21 05:48:49 -04:00
limit feeds and delete materialized views
This commit is contained in:
parent
e319c35f09
commit
e476dbe25b
10 changed files with 101 additions and 124 deletions
6
config/migrate-scripts/migrate-db-8bc91ce.sh
Normal file
6
config/migrate-scripts/migrate-db-8bc91ce.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
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;
|
Loading…
Add table
Add a link
Reference in a new issue