Skip to content

Commit

Permalink
Update db_management.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3p4ll3 authored Jan 11, 2024
1 parent 141489d commit a25694b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class Support(db.Entity):
id = PrimaryKey(int)
id = PrimaryKey(int, size=64)
Action = Required(str, 255)


Expand Down

0 comments on commit a25694b

Please sign in to comment.