chain-dci/pkg/init/start.go
2023-11-23 20:06:14 +08:00

8 lines
77 B
Go

package common
import "chain-dci/pkg/db"
func Init() {
db.DBMigration()
}