summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/sql/channel_videos.sql9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/sql/channel_videos.sql b/config/sql/channel_videos.sql
index 2fae636e..ba354adf 100644
--- a/config/sql/channel_videos.sql
+++ b/config/sql/channel_videos.sql
@@ -18,15 +18,6 @@ CREATE TABLE public.channel_videos
GRANT ALL ON TABLE public.channel_videos TO kemal;
--- Index: public.channel_videos_published_idx
-
--- DROP INDEX public.channel_videos_published_idx;
-
-CREATE INDEX channel_videos_published_idx
- ON public.channel_videos
- USING btree
- (published);
-
-- Index: public.channel_videos_ucid_idx
-- DROP INDEX public.channel_videos_ucid_idx;