gitlab-org--gitlab-foss/changelogs/unreleased/26908-make-timelogs-use-foreign-keys
Ruben Davila bdc9322450 Use normal associations instead of polymorphic.
We can't properly use foreign keys on columns that are configured for
polymorphic associations which has disadvantages related to data
integrity and storage. Given we only use time tracking for Issues and
Merge Requests we're moving to the usage of regular associations.
2017-02-07 10:41:44 -05:00

4 lines
88 B
Text

---
title: Refactor Timelogs structure to use foreign keys.
merge_request: 8769
author: