Add endpoint to update user notification target

This commit is contained in:
Mo Tarbin 2024-08-10 00:26:33 -04:00
parent 00d9d90a41
commit 042cd3b473
3 changed files with 49 additions and 3 deletions

View file

@ -21,6 +21,7 @@ func Migration(db *gorm.DB) error {
tModel.ThingChore{},
tModel.ThingHistory{},
uModel.APIToken{},
uModel.UserNotificationTarget{},
); err != nil {
return err
}