patch_notes.py changes

This commit is contained in:
Justin Weins 2025-05-26 16:53:50 +02:00
parent 96dd142899
commit b6cfe62724
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class PatchNotes(Model):
'title': str, 'title': str,
'changes': str, 'changes': str,
'version': str, 'version': str,
'patch_date': date, 'patch_date': str,
'project': str 'project': str
} }