X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cf54b68f84649c327432ddb48ac181498433a499..b82b16c2a5644fb0fb0f5c65739b939897558887:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index e50e50278..7c182189c 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -2515,6 +2515,13 @@ CREATE INDEX index_issues_on_status ON public.issues USING btree (status); CREATE INDEX index_issues_on_updated_by ON public.issues USING btree (updated_by); +-- +-- Name: index_note_comments_on_author_id_and_created_at; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX index_note_comments_on_author_id_and_created_at ON public.note_comments USING btree (author_id, created_at); + + -- -- Name: index_note_comments_on_body; Type: INDEX; Schema: public; Owner: - -- @@ -3425,6 +3432,7 @@ INSERT INTO "schema_migrations" (version) VALUES ('20210510083027'), ('20210510083028'), ('20210511104518'), +('20220201183346'), ('21'), ('22'), ('23'),