mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-26 02:35:57 +02:00
fix bugs in the backend
This commit is contained in:
@@ -12,4 +12,4 @@ class Notification(Base):
|
||||
id: Mapped[UUID] = mapped_column(primary_key=True)
|
||||
message: Mapped[str]
|
||||
read: Mapped[bool]
|
||||
timestamp = mapped_column(type=DateTime)
|
||||
timestamp = mapped_column(DateTime, nullable=False)
|
||||
|
||||
Reference in New Issue
Block a user