mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-01-24 00:04:14 +03:00
Don't use rowid for the entities table
This commit is contained in:
parent
932ed9ea9d
commit
f29ee41f6c
|
@ -122,7 +122,7 @@ class Session:
|
|||
username text,
|
||||
phone integer,
|
||||
name text
|
||||
)"""
|
||||
) without rowid"""
|
||||
)
|
||||
c.execute("insert into version values (1)")
|
||||
# Migrating from JSON -> new table and may have entities
|
||||
|
|
Loading…
Reference in New Issue
Block a user