Files
@ 96222fc10c83
Branch filter:
Location: kallithea/docs/readme.rst
96222fc10c83
42 B
text/prs.fallenstein.rst
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.