Remove unnecessary index

このコミットが含まれているのは:
Omar Roth 2019-04-28 13:15:06 -05:00
コミット 42dd6326d5
1個のファイルの変更0行の追加9行の削除

ファイルの表示

@ -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;