ebook-manager/migrations/V1.2__unique_tags.sql

2 lines
52 B
SQL

create unique index tag_owner on tags (tag, owner);