remove obsolete kontor.py #61

Merged
tpeetz merged 166 commits from develop/0.1.0 into main 2025-04-30 15:31:19 +00:00
Showing only changes of commit d01489b1fa - Show all commits
+1 -1
View File
@@ -20,6 +20,7 @@ class BaseMixin:
# version = Column(Integer)
version: Mapped[int] = mapped_column(default=0)
class BaseVideoMixin:
cloud_link = Column(String(255))
file_name = Column(String(255))
@@ -28,4 +29,3 @@ class BaseVideoMixin:
title = Column(String(255))
url = Column(String(255), unique=True)
should_download = Column(BIT(1))