MCPcopy Create free account
hub / github.com/apache/answer / Version

Method Version

internal/migrations/migrations.go:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33// Migration describes on migration from lower version to high version
34type Migration interface {
35 Version() string
36 Description() string
37 Migrate(ctx context.Context, x *xorm.Engine) error
38 ShouldCleanCache() bool

Callers 1

MigrateFunction · 0.65

Implementers 1

migrationinternal/migrations/migrations.go

Calls

no outgoing calls

Tested by

no test coverage detected