X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6759130cb3e266d63743fdf02978550f45eb7c4b..a274726f468b482b1553dd8fbbc3e3bc8f6a7a5f:/db/structure.sql?ds=inline diff --git a/db/structure.sql b/db/structure.sql index 86537003f..1874e6461 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -2370,6 +2370,13 @@ CREATE UNIQUE INDEX index_active_storage_blobs_on_key ON public.active_storage_b CREATE UNIQUE INDEX index_active_storage_variant_records_uniqueness ON public.active_storage_variant_records USING btree (blob_id, variation_digest); +-- +-- Name: index_changeset_comments_on_author_id_and_created_at; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX index_changeset_comments_on_author_id_and_created_at ON public.changeset_comments USING btree (author_id, created_at); + + -- -- Name: index_changeset_comments_on_changeset_id_and_created_at; Type: INDEX; Schema: public; Owner: - -- @@ -3396,6 +3403,7 @@ INSERT INTO "schema_migrations" (version) VALUES ('20220201183346'), ('20220223140543'), ('20230816135800'), +('20230825162137'), ('21'), ('22'), ('23'),