mirror of https://gitee.com/answerdev/answer.git
fix(init): add user notification config when init #493
This commit is contained in:
parent
f7602ddd5e
commit
dd4b706ab4
|
@ -47,6 +47,7 @@ var (
|
|||
&entity.UserRoleRel{},
|
||||
&entity.PluginConfig{},
|
||||
&entity.UserExternalLogin{},
|
||||
&entity.UserNotificationConfig{},
|
||||
}
|
||||
|
||||
roles = []*entity.Role{
|
||||
|
|
Loading…
Reference in New Issue