97ad60b973
Drop unique=True on Tag.name (the migration replaced UNIQUE(name) with four partial indices). Declare the partial indices in __table_args__ so Alembic autogenerate stops seeing drift on future schema changes. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>