Files
@ 96222fc10c83
Branch filter:
Location: kallithea/scripts/make-release
96222fc10c83
2.0 KiB
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.