This commit is contained in:
Igor Loskutov
2025-06-19 10:13:57 -04:00
parent 98acf298d6
commit 6cb46dc64f
10 changed files with 59 additions and 31 deletions

View File

@@ -22,6 +22,7 @@ recordings = sa.Table(
sa.Column("meeting_id", sa.String),
)
class Recording(BaseModel):
id: str = Field(default_factory=generate_uuid4)
bucket_name: str