add event_id on GpsCheckin

This commit is contained in:
2024-11-10 16:13:03 +09:00
parent 2f8b86b683
commit 0abfd6cdb6
3 changed files with 9 additions and 3 deletions

View File

@ -547,6 +547,11 @@ class GpsCheckin(models.Model):
null=False,
help_text="ゼッケン番号"
)
event_id = models.TextField(
null=True,
blank=True,
help_text="イベントID"
)
event_code = models.TextField(
null=False,
help_text="イベントコード"