diff --git a/.all-contributorsrc b/.all-contributorsrc index eb40f3d..79c3086 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -23,7 +23,4 @@ "repoHost": "https://github.com", "projectName": "QBittorrentBot", "projectOwner": "ch3p4ll3" -} - "projectName": "QBittorrentBot", - "projectOwner": "ch3p4ll3" } diff --git a/src/db_management.py b/src/db_management.py index 1f56dc7..ca2c8b4 100644 --- a/src/db_management.py +++ b/src/db_management.py @@ -8,7 +8,7 @@ class Support(db.Entity): - id = PrimaryKey(int) + id = PrimaryKey(int, size=64) Action = Required(str, 255)