fix primaryid

This commit is contained in:
2018-09-02 10:07:42 +02:00
parent 509d9a14e9
commit 7a460a7069

View File

@@ -38,7 +38,7 @@ class NewsInformer(object):
)
self.db_notification = db.create_table(
'news_notification',
primary_id='id',
primary_id='theid',
primary_type=db.types.integer
)