remove comment

This commit is contained in:
liamcottle 2024-05-04 19:47:33 +12:00
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)