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

Method Version

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

Source from the content-addressed store, hash-verified

20}
21
22func (m *MigrationVersion03) Version() int64 {
23 return 201705271114
24}
25
26func (m *MigrationVersion03) ValidUpdate(version int64) error {
27 if m.Version() > version {

Callers 1

ValidUpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected