MCPcopy
hub / github.com/apache/devlake / MigrationScripts

Method MigrationScripts

backend/core/plugin/plugin_migration.go:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39// PluginMigration is implemented by the plugin to declare all migration script that have to be applied to the database
40type PluginMigration interface {
41 MigrationScripts() []MigrationScript
42}

Callers 2

DirectRunFunction · 0.65

Implementers 15

remotePluginImplbackend/server/services/remote/plugin/
Tapdbackend/plugins/tapd/impl/impl.go
Taigabackend/plugins/taiga/impl/impl.go
Testmobackend/plugins/testmo/impl/impl.go
PagerDutybackend/plugins/pagerduty/impl/impl.go
Giteebackend/plugins/gitee/impl/impl.go
Linkerbackend/plugins/linker/impl/impl.go
Sonarqubebackend/plugins/sonarqube/impl/impl.go
Asanabackend/plugins/asana/impl/impl.go
AEbackend/plugins/ae/impl/impl.go
GhCopilotbackend/plugins/gh-copilot/impl/impl.g
Feishubackend/plugins/feishu/impl/impl.go

Calls

no outgoing calls

Tested by

no test coverage detected