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