Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
func
(m *MigrationVersion03) Version() int64 {
23
return
201705271114
24
}
25
26
func
(m *MigrationVersion03) ValidUpdate(version int64) error {
27
if
m.Version() > version {
Callers
1
ValidUpdate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected