mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Don't use rowid for the entities table
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user