Files
@ 4f4a73acd6b3
Branch filter:
Location: kallithea/docs/dev/translation.rst
4f4a73acd6b3
61 B
text/prs.fallenstein.rst
db: remove redundant unique constraint for repository groups
There's already a unique constraint on 'group_name' alone, no need for
one on the combination of 'group_name' and 'group_parent_id'. (The extra
constraint likely stems from confusion over what exactly goes into
group_name; add comment to clarify that it is the full group path.)
There's already a unique constraint on 'group_name' alone, no need for
one on the combination of 'group_name' and 'group_parent_id'. (The extra
constraint likely stems from confusion over what exactly goes into
group_name; add comment to clarify that it is the full group path.)