]> git.openstreetmap.org Git - rails.git/blobdiff - db/structure.sql
Add index on gpx_files table on user_id, id
[rails.git] / db / structure.sql
index 1af934e0290add3a3b660353e867148affd02a17..7f44938b377d5ae92d25deea21d13992b7e77288 100644 (file)
@@ -2463,6 +2463,13 @@ CREATE INDEX index_diary_entry_subscriptions_on_diary_entry_id ON public.diary_e
 CREATE INDEX index_friends_on_user_id_and_created_at ON public.friends USING btree (user_id, created_at);
 
 
+--
+-- Name: index_gpx_files_on_user_id_and_id; Type: INDEX; Schema: public; Owner: -
+--
+
+CREATE INDEX index_gpx_files_on_user_id_and_id ON public.gpx_files USING btree (user_id, id);
+
+
 --
 -- Name: index_issue_comments_on_issue_id; Type: INDEX; Schema: public; Owner: -
 --
@@ -3429,6 +3436,7 @@ INSERT INTO "schema_migrations" (version) VALUES
 ('23'),
 ('22'),
 ('21'),
+('20250304172758'),
 ('20250212160355'),
 ('20250206202905'),
 ('20250121191749'),