mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
UI Fixes
This commit is contained in:
parent
36ca40a335
commit
7ec7821d6f
2 changed files with 1 additions and 9 deletions
|
|
@ -11,14 +11,6 @@ class BaseModel(Base):
|
|||
id = Column(Integer, primary_key=True, index=True)
|
||||
|
||||
|
||||
# class Notification(BaseModel):
|
||||
# __tablename__ = "notifications"
|
||||
|
||||
# text = Column(String)
|
||||
# user_id = Column(ForeignKey('users.id'))
|
||||
# user = relationship('User')
|
||||
|
||||
|
||||
class Chat(BaseModel):
|
||||
__tablename__ = "chats"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue