From: Tom Hughes Date: Wed, 18 Oct 2023 14:53:08 +0000 (+0100) Subject: Update annotation for change to changeset_tags indexes X-Git-Tag: live~1045 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/5933ade9a73c03cea7a8ce39e918ba2546f5246b Update annotation for change to changeset_tags indexes --- diff --git a/app/models/changeset_tag.rb b/app/models/changeset_tag.rb index 672e6f76c..cf8af6ba9 100644 --- a/app/models/changeset_tag.rb +++ b/app/models/changeset_tag.rb @@ -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)