MCPcopy Index your code
hub / github.com/TruthHun/BookStack / MigrationVersion03

Struct MigrationVersion03

commands/migrate/migrate_v03.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type MigrationVersion03 struct {
14 isValid bool
15 tables []string
16}
17
18func NewMigrationVersion03() *MigrationVersion03 {
19 return &MigrationVersion03{isValid: false, tables: make([]string, 0)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected