Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ NewMigration
Function
NewMigration
models/migrations.go:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
func
NewMigration() *Migration {
34
return
&Migration{}
35
}
36
37
func
(m *Migration) FindFirst() (*Migration, error) {
38
o := orm.NewOrm()
Callers
2
AddMigrationRecord
Method · 0.92
RunMigration
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected