diff --git a/src/bundle/Core/Resources/config/storage/legacy/schema.yaml b/src/bundle/Core/Resources/config/storage/legacy/schema.yaml index 7b44491b5e..484ed26e64 100644 --- a/src/bundle/Core/Resources/config/storage/legacy/schema.yaml +++ b/src/bundle/Core/Resources/config/storage/legacy/schema.yaml @@ -581,6 +581,7 @@ tables: ezurlalias_ml_par_lnk_txt: { fields: [parent, text, link], options: { lengths: [null, '32', null] } } ezurlalias_ml_act_org: { fields: [action, is_original], options: { lengths: ['32', null] } } ezurlalias_ml_text: { fields: [text, id, link], options: { lengths: ['32', null, null] } } + ezurlalias_ml_link: { fields: [link] } ezurlalias_ml_id: { fields: [id] } id: parent: { type: integer, nullable: false, options: { default: '0' } }