fix миграции

This commit is contained in:
Artem Tsyrulnikov
2026-01-28 18:25:08 +03:00
parent 2627cafa91
commit 5910cf48dc
3 changed files with 106 additions and 17 deletions

View File

@@ -11,6 +11,7 @@ class Channel(TimestampedModel):
access_hash = fields.BigIntField(null=True)
pts = fields.IntField(null=True)
invite_link = fields.CharField(max_length=1024, null=True)
is_accessible = fields.BooleanField(default=True)
class Meta:
table = 'channel'