# Goal - `Link` no longer directly references a `ContentModule`. # Context With the addition of a `Contentable` delegated type, we don't need to track the association to `ContentModule` on `Link`. # AC - A migration removes the `content_module` column from `links`.
Goal
Linkno longer directly references aContentModule.Context
With the addition of a
Contentabledelegated type, we don't need to track the association toContentModuleonLink.AC
content_modulecolumn fromlinks.