Refactored DB schema. Channels table to have uuid as primary key. Modified endpoints accordingly
Some checks failed
AWS Deploy on Push / build (push) Failing after 1m9s
Some checks failed
AWS Deploy on Push / build (push) Failing after 1m9s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .db import Base, ChannelDB
|
||||
from .schemas import ChannelCreate, ChannelResponse
|
||||
from .schemas import ChannelCreate, ChannelUpdate, ChannelResponse
|
||||
|
||||
__all__ = ["Base", "ChannelDB", "ChannelCreate", "ChannelResponse"]
|
||||
__all__ = ["Base", "ChannelDB", "ChannelCreate", "ChannelUpdate", "ChannelResponse"]
|
||||
Reference in New Issue
Block a user