mirror of
https://github.com/maubot/maubot
synced 2025-08-29 15:40:37 +00:00
Make it run
This commit is contained in:
parent
eef052b1e9
commit
dce2771588
8 changed files with 88 additions and 28 deletions
|
@ -60,7 +60,7 @@ class DBPlugin(Base):
|
|||
nullable=False)
|
||||
|
||||
|
||||
class DBClient(ClientStore, Base):
|
||||
class DBClient(Base):
|
||||
query: Query
|
||||
__tablename__ = "client"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue