Add sync pages.

This commit is contained in:
Gucheng Wang
2021-12-17 16:32:53 +08:00
parent 2f70e77e53
commit c2110ef59d
8 changed files with 806 additions and 0 deletions

View File

@ -150,6 +150,11 @@ func (a *Adapter) createTable() {
panic(err)
}
err = a.Engine.Sync2(new(Syncer))
if err != nil {
panic(err)
}
err = a.Engine.Sync2(new(Ldap))
if err != nil {
panic(err)