Skip to content

Commit

Permalink
chore: remove renew field for checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Jan 26, 2025
1 parent f97b841 commit b15bc96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/database/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
TextField,
DateTimeField,
IntegerField,
BooleanField,
)
from playhouse.shortcuts import ReconnectMixin

Expand Down Expand Up @@ -81,7 +80,6 @@ class CheckIn(Model):
application = CharField()
module = CharField()
user_agent = CharField()
renew = BooleanField(default=False)

class Meta:
database = db
Expand Down

0 comments on commit b15bc96

Please sign in to comment.