перенос миграций с alembic
This commit is contained in:
@@ -22,9 +22,8 @@ class ExternalChannel(TimestampedModel):
|
||||
'models.User', related_name='external_channels', on_delete=fields.CASCADE, index=True
|
||||
)
|
||||
|
||||
target_channels: fields.ManyToManyRelation['TargetChannel']
|
||||
|
||||
if TYPE_CHECKING:
|
||||
target_channels: fields.ManyToManyRelation['TargetChannel']
|
||||
user_id: UUID
|
||||
|
||||
class Meta:
|
||||
|
||||
Reference in New Issue
Block a user