remove comment

This commit is contained in:
liamcottle
2024-05-04 19:47:33 +12:00
parent ba5298b473
commit 0d6835fe04

View File

@@ -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)