mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
remove comment
This commit is contained in:
parent
ba5298b473
commit
0d6835fe04
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue