Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/answer
/ Description
Method
Description
internal/migrations/migrations.go:36–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
type
Migration
interface
{
35
Version() string
36
Description() string
37
Migrate(ctx context.Context, x *xorm.Engine) error
38
ShouldCleanCache() bool
39
}
Callers
15
UpdateUserStatus
Method · 0.65
UserCenterAgent
Method · 0.65
UserCenterLoginRedirect
Method · 0.65
UserCenterSignUpRedirect
Method · 0.65
ExternalLogin
Method · 0.65
UserCenterAdminFunctionAgent
Method · 0.65
BanAPIForUserCenter
Function · 0.65
Migrate
Function · 0.65
NewQuestionsTool
Function · 0.65
NewAnswersTool
Function · 0.65
NewCommentsTool
Function · 0.65
NewTagsTool
Function · 0.65
Implementers
1
migration
internal/migrations/migrations.go
Calls
no outgoing calls
Tested by
no test coverage detected