Files
@ 96222fc10c83
Branch filter:
Location: kallithea/MANIFEST.in - annotation
96222fc10c83
839 B
text/plain
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.