Moved channel URLs to channels_urls table. Create CRUD endpoints for new table.
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m8s
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m8s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .db import Base, ChannelDB
|
||||
from .schemas import ChannelCreate, ChannelUpdate, ChannelResponse
|
||||
from .db import Base, ChannelDB, ChannelURL
|
||||
from .schemas import ChannelCreate, ChannelUpdate, ChannelResponse, ChannelURLCreate, ChannelURLResponse
|
||||
|
||||
__all__ = ["Base", "ChannelDB", "ChannelCreate", "ChannelUpdate", "ChannelResponse"]
|
||||
__all__ = ["Base", "ChannelDB", "ChannelCreate", "ChannelUpdate", "ChannelResponse", "ChannelURL", "ChannelURLCreate", "ChannelURLResponse"]
|
||||
Reference in New Issue
Block a user