package common

import "chain-dci/pkg/db"

func Init() {
	db.DBMigration()
}