modify event_id as integer on GpsCheckin

This commit is contained in:
2024-11-10 16:32:49 +09:00
parent 0abfd6cdb6
commit 18f3370f29
2 changed files with 3 additions and 2 deletions

View File

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