]> git.openstreetmap.org Git - rails.git/commitdiff
Update annotation for change to changeset_tags indexes
authorTom Hughes <tom@compton.nu>
Wed, 18 Oct 2023 14:53:08 +0000 (15:53 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 18 Oct 2023 14:53:45 +0000 (15:53 +0100)
app/models/changeset_tag.rb

index 672e6f76ca90c1e6cbdeebeb51d57174e68be239..cf8af6ba929a298dbdd42d061778d3e44c947289 100644 (file)
@@ -6,10 +6,6 @@
 #  k            :string           default(""), not null, primary key
 #  v            :string           default(""), not null
 #
-# Indexes
-#
-#  changeset_tags_id_idx  (changeset_id)
-#
 # Foreign Keys
 #
 #  changeset_tags_id_fkey  (changeset_id => changesets.id)