MCPcopy Create free account
hub / github.com/TruthHun/BookStack / MigrationCleanup

Method MigrationCleanup

commands/migrate/migrate_v03.go:104–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104func (m *MigrationVersion03) MigrationCleanup() error {
105
106 return nil
107}
108
109func (m *MigrationVersion03) RollbackMigration() error {
110 if !m.isValid {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected