Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
type
Migration
interface
{
35
Version() string
36
Description() string
37
Migrate(ctx context.Context, x *xorm.Engine) error
38
ShouldCleanCache() bool
Callers
1
Migrate
Function · 0.65
Implementers
1
migration
internal/migrations/migrations.go
Calls
no outgoing calls
Tested by
no test coverage detected