feat: /new_creative tg_bot
This commit is contained in:
@@ -12,5 +12,4 @@ class User(domain.Base):
|
||||
telegram_id: Mapped[int] = mapped_column(unique=True, index=True)
|
||||
username: Mapped[str | None]
|
||||
|
||||
# Relationship with channels
|
||||
target_channels: Mapped[list['TargetChannel']] = relationship(back_populates='user')
|
||||
|
||||
Reference in New Issue
Block a user