MCPcopy 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
33func NewMigration() *Migration {
34 return &Migration{}
35}
36
37func (m *Migration) FindFirst() (*Migration, error) {
38 o := orm.NewOrm()

Callers 2

AddMigrationRecordMethod · 0.92
RunMigrationFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected