remove obsolete kontor.py #61
@@ -20,6 +20,7 @@ class BaseMixin:
|
|||||||
# version = Column(Integer)
|
# version = Column(Integer)
|
||||||
version: Mapped[int] = mapped_column(default=0)
|
version: Mapped[int] = mapped_column(default=0)
|
||||||
|
|
||||||
|
|
||||||
class BaseVideoMixin:
|
class BaseVideoMixin:
|
||||||
cloud_link = Column(String(255))
|
cloud_link = Column(String(255))
|
||||||
file_name = Column(String(255))
|
file_name = Column(String(255))
|
||||||
@@ -28,4 +29,3 @@ class BaseVideoMixin:
|
|||||||
title = Column(String(255))
|
title = Column(String(255))
|
||||||
url = Column(String(255), unique=True)
|
url = Column(String(255), unique=True)
|
||||||
should_download = Column(BIT(1))
|
should_download = Column(BIT(1))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user