1、实现标签功能

2、实现删除用户,当删除一个用户时,该用户的所有信息将转义到超级管理员账户上
This commit is contained in:
Minho
2017-07-07 16:20:55 +08:00
parent c7f32d7cb5
commit 47687cc5b1
85 changed files with 13999 additions and 184 deletions

View File

@@ -78,6 +78,7 @@ func RegisterModel() {
new(models.MemberToken),
new(models.DocumentHistory),
new(models.Migration),
new(models.Label),
)
migrate.RegisterMigration()
}