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

Method Info

backend/core/migration/migrator.go:84–86  ·  view source on GitHub ↗
(stage string)

Source from the content-addressed store, hash-verified

82}
83
84func (m *migratorImpl) Info(stage string) {
85 m.logger.Info("[%s] pending scripts: %d, executed scripts: %d, total: %d", stage, len(m.pending), len(m.executed), len(m.scripts))
86}
87
88// Execute all registered migration script in order and mark them as executed in migration_history table
89func (m *migratorImpl) Execute() errors.Error {

Callers 1

ExecuteMethod · 0.95

Calls 1

InfoMethod · 0.65

Tested by

no test coverage detected