Add endpoint to update user notification target
This commit is contained in:
parent
00d9d90a41
commit
042cd3b473
3 changed files with 49 additions and 3 deletions
|
@ -21,6 +21,7 @@ func Migration(db *gorm.DB) error {
|
|||
tModel.ThingChore{},
|
||||
tModel.ThingHistory{},
|
||||
uModel.APIToken{},
|
||||
uModel.UserNotificationTarget{},
|
||||
); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue