feat(settings): Add model ExternalLink to migrate for history and notes

ref: #833 closes #835
This commit is contained in:
2025-06-16 13:41:02 +09:30
parent 801bac9e6d
commit 1fe669e932

View File

@ -208,6 +208,12 @@ def centurion_model_migrate(sender, **kwargs):
'model_name': 'AppSettings',
'history_model_name': 'AppSettingsHistory',
'notes_model_name': None
},
{
'app_label': 'settings',
'model_name': 'ExternalLink',
'history_model_name': 'ExternalLinkHistory',
'notes_model_name': 'ExternalLinkNotes'
}
]