MCPcopy Create free account
hub / github.com/gogs/gogs / Migrate

Method Migrate

internal/database/migrations/migrations.go:13–13  ·  view source on GitHub ↗
(*gorm.DB)

Source from the content-addressed store, hash-verified

11type Migration interface {
12 Description() string
13 Migrate(*gorm.DB) error
14}
15
16type migration struct {

Callers 1

MigrateFunction · 0.65

Implementers 1

migrationinternal/database/migrations/migration

Calls

no outgoing calls

Tested by

no test coverage detected