Update annotation for change to changeset_tags indexes

This commit is contained in:
Tom Hughes 2023-10-18 15:53:08 +01:00
parent 4c4150e0d0
commit 5933ade9a7

View 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)