notification import/export (#413)

Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
Hayden
2021-05-20 19:16:42 -08:00
committed by GitHub
parent 2c970b8f92
commit dcd9567059
9 changed files with 55 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ class BackupOptions(BaseModel):
themes: bool = True
groups: bool = True
users: bool = True
notifications: bool = True
class Config:
schema_extra = {

View File

@@ -31,3 +31,7 @@ class UserImport(ImportBase):
class CustomPageImport(ImportBase):
pass
class NotificationImport(ImportBase):
pass