package v2ui import "errors" func MigrateFromV2UI(dbPath string) error { return errors.New("not support right now") }