Don't use rowid for the entities table

This commit is contained in:
Lonami Exo 2017-12-27 13:27:54 +01:00
parent 932ed9ea9d
commit f29ee41f6c

View File

@ -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