We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7602dd commit dd4b706Copy full SHA for dd4b706
internal/migrations/init_data.go
@@ -47,6 +47,7 @@ var (
47
&entity.UserRoleRel{},
48
&entity.PluginConfig{},
49
&entity.UserExternalLogin{},
50
+ &entity.UserNotificationConfig{},
51
}
52
53
roles = []*entity.Role{
0 commit comments