mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-01-24 08:14: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,
|
username text,
|
||||||
phone integer,
|
phone integer,
|
||||||
name text
|
name text
|
||||||
)"""
|
) without rowid"""
|
||||||
)
|
)
|
||||||
c.execute("insert into version values (1)")
|
c.execute("insert into version values (1)")
|
||||||
# Migrating from JSON -> new table and may have entities
|
# Migrating from JSON -> new table and may have entities
|
||||||
|
|
Loading…
Reference in New Issue
Block a user