From 0d6835fe0488f9ae491cebcf71659feaab9ecb33 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 4 May 2024 19:47:33 +1200 Subject: [PATCH] remove comment --- database.py | 1 - 1 file changed, 1 deletion(-) diff --git a/database.py b/database.py index 22e5655..2565b00 100644 --- a/database.py +++ b/database.py @@ -12,7 +12,6 @@ class BaseModel(Model): class LxmfMessage(BaseModel): - # id = primary key auto increment bigint id = BigAutoField() hash = CharField(unique=True) # unique lxmf message hash source_hash = CharField(index=True)