fix: add nugs_link and bandcamp_link to ShowRead schema
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run
This commit is contained in:
parent
115c411ebc
commit
1328cc458f
1 changed files with 3 additions and 0 deletions
|
|
@ -159,7 +159,10 @@ class ShowRead(ShowBase):
|
||||||
tour: Optional["TourRead"] = None
|
tour: Optional["TourRead"] = None
|
||||||
tags: List["TagRead"] = []
|
tags: List["TagRead"] = []
|
||||||
performances: List["PerformanceRead"] = []
|
performances: List["PerformanceRead"] = []
|
||||||
|
notes: Optional[str] = None
|
||||||
youtube_link: Optional[str] = None
|
youtube_link: Optional[str] = None
|
||||||
|
nugs_link: Optional[str] = None
|
||||||
|
bandcamp_link: Optional[str] = None
|
||||||
|
|
||||||
class ShowUpdate(SQLModel):
|
class ShowUpdate(SQLModel):
|
||||||
date: Optional[datetime] = None
|
date: Optional[datetime] = None
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue