]> git.openstreetmap.org Git - rails.git/blobdiff - db/structure.sql
Index changeset comments by author and date
[rails.git] / db / structure.sql
index 75edb001e21f4c7381797868e6d63453054dda06..58d7b6653ebbe9647bbb06d2f3fdb8d35c77263e 100644 (file)
@@ -2255,6 +2255,13 @@ CREATE UNIQUE INDEX index_active_storage_attachments_uniqueness ON public.active
 CREATE UNIQUE INDEX index_active_storage_blobs_on_key ON public.active_storage_blobs USING btree (key);
 
 
+--
+-- 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_created_at; Type: INDEX; Schema: public; Owner: -
 --
@@ -3138,6 +3145,7 @@ INSERT INTO "schema_migrations" (version) VALUES
 ('20190702193519'),
 ('20190716173946'),
 ('20191120140058'),
+('20201006213836'),
 ('21'),
 ('22'),
 ('23'),