Adding settings page.

This commit is contained in:
tecnovert
2019-08-06 00:04:40 +02:00
parent 4405a130f5
commit 3e542e6bd0
7 changed files with 138 additions and 11 deletions

View File

@@ -190,4 +190,3 @@ class EventQueue(Base):
trigger_at = sa.Column(sa.BigInteger)
linked_id = sa.Column(sa.LargeBinary)
event_type = sa.Column(sa.Integer)