Implemented bulk upload by passing a json structure. Added delete all channels, groups and priorities
All checks were successful
AWS Deploy on Push / build (push) Successful in 2m17s
All checks were successful
AWS Deploy on Push / build (push) Successful in 2m17s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .db import Base, ChannelDB, ChannelURL, Group
|
||||
from .db import Base, ChannelDB, ChannelURL, Group, Priority
|
||||
from .schemas import (
|
||||
ChannelCreate,
|
||||
ChannelResponse,
|
||||
@@ -20,6 +20,7 @@ __all__ = [
|
||||
"ChannelURLCreate",
|
||||
"ChannelURLResponse",
|
||||
"Group",
|
||||
"Priority",
|
||||
"GroupCreate",
|
||||
"GroupResponse",
|
||||
"GroupUpdate",
|
||||
|
||||
Reference in New Issue
Block a user