-
由 Eulyeon Ko 创作于
Iterations cannot have overlapping dates within an iteration cadence. We validate and enforce this at the appliation and DB level respectively with AR validations and a PG exclusion constraint. When updating iteration dates in bulk, we want to sometimes delay the enforcement of the PG constraint until the end of a transaction. This commit adds "DEFERRABLE" option to the exiting exclusion constraint. Changelog: changed
由 Eulyeon Ko 创作于Iterations cannot have overlapping dates within an iteration cadence. We validate and enforce this at the appliation and DB level respectively with AR validations and a PG exclusion constraint. When updating iteration dates in bulk, we want to sometimes delay the enforcement of the PG constraint until the end of a transaction. This commit adds "DEFERRABLE" option to the exiting exclusion constraint. Changelog: changed
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。