Skip to content

Commit 8ca2513

Browse files
committed
feat(itam): Add model OperatingSystemVersion to migrate for history and notes
ref: #823 closes #819
1 parent 0b1d658 commit 8ca2513

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
@@ -130,6 +130,12 @@ def centurion_model_migrate(sender, **kwargs):
130130
'model_name': 'OperatingSystem',
131131
'history_model_name': 'OperatingSystemHistory',
132132
'notes_model_name': 'OperatingSystemNotes'
133+
},
134+
{
135+
'app_label': 'itam',
136+
'model_name': 'OperatingSystemVersion',
137+
'history_model_name': 'OperatingSystemVersionHistory',
138+
'notes_model_name': 'OperatingSystemVersionNotes'
133139
}
134140
]
135141

0 commit comments

Comments
 (0)