mirror of
https://github.com/cloudreve/cloudreve.git
synced 2025-11-03 12:27:03 +08:00
9 lines
99 B
Go
9 lines
99 B
Go
package model
|
|
|
|
//执行数据迁移
|
|
|
|
func migration() {
|
|
// 自动迁移模式
|
|
DB.AutoMigrate()
|
|
}
|