Skip to content

Commit 72f3aa5

Browse files
committed
feat(project_management): Add model ProjectMilestone to migrate for history and notes
ref: #833 closes #830
1 parent f959190 commit 72f3aa5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/core/signal/centurion_model_migrate.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,12 @@ def centurion_model_migrate(sender, **kwargs):
184184
'model_name': 'Project',
185185
'history_model_name': 'ProjectHistory',
186186
'notes_model_name': 'ProjectNotes'
187+
},
188+
{
189+
'app_label': 'project_management',
190+
'model_name': 'ProjectMilestone',
191+
'history_model_name': 'ProjectMilestoneHistory',
192+
'notes_model_name': 'ProjectMilestoneNotes'
187193
}
188194
]
189195

0 commit comments

Comments
 (0)