Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ NewMigrationVersion03
Function
NewMigrationVersion03
commands/migrate/migrate_v03.go:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
func
NewMigrationVersion03() *MigrationVersion03 {
19
return
&MigrationVersion03{isValid: false, tables: make([]string, 0)}
20
}
21
22
func
(m *MigrationVersion03) Version() int64 {
23
return
201705271114
Callers
1
RegisterMigration
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected