add address book name &

add share address book
This commit is contained in:
ljw
2024-10-28 14:51:07 +08:00
parent e833c0e0c0
commit 8ee93b530d
32 changed files with 2927 additions and 124 deletions
+3 -1
View File
@@ -101,7 +101,7 @@ func main() {
}
func DatabaseAutoUpdate() {
version := 235
version := 240
db := global.DB
@@ -165,6 +165,8 @@ func Migrate(version uint) {
&model.ShareRecord{},
&model.AuditConn{},
&model.AuditFile{},
&model.AddressBookCollection{},
&model.AddressBookCollectionRule{},
)
if err != nil {
fmt.Println("migrate err :=>", err)