Skip to content

Commit 7cdcdb7

Browse files
committed
feat(project_management): Add model ProjectType to migrate for history and notes
ref: #833 closes #832
1 parent c062fe7 commit 7cdcdb7

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
@@ -196,6 +196,12 @@ def centurion_model_migrate(sender, **kwargs):
196196
'model_name': 'ProjectState',
197197
'history_model_name': 'ProjectStateHistory',
198198
'notes_model_name': 'ProjectStateNotes'
199+
},
200+
{
201+
'app_label': 'project_management',
202+
'model_name': 'ProjectType',
203+
'history_model_name': 'ProjectTypeHistory',
204+
'notes_model_name': 'ProjectTypeNotes'
199205
}
200206
]
201207

0 commit comments

Comments
 (0)