fix: 添加字段关系表的初始化 (#146)

This commit is contained in:
二丫讲梵 2023-01-18 18:12:19 +08:00 committed by GitHub
parent dafa3a7587
commit 7d6bfc3752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -90,5 +90,6 @@ func dbAutoMigrate() {
&model.Menu{},
&model.Api{},
&model.OperationLog{},
&model.FieldRelation{},
)
}