Skip to content

Commit

Permalink
chore: db name
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Jan 16, 2025
1 parent 186190b commit f9b4949
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/database/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ class CheckIn(Plan):
application = CharField()
module = CharField()

class Meta:
database = db
table_name = "checkin"


Plan.create_table()
Bill.create_table()
Expand Down

0 comments on commit f9b4949

Please sign in to comment.