Files
@ 96222fc10c83
Branch filter:
Location: kallithea/setup.cfg
96222fc10c83
1.1 KiB
text/x-ini
db: avoid specifying uniqueness constraints twice
Having both UniqueConstraint for a column on a table and unique=True on the
same column is both wrong, redundant, deprecated and cause warnings.
Having both UniqueConstraint for a column on a table and unique=True on the
same column is both wrong, redundant, deprecated and cause warnings.