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

Method TableNameWithPrefix

models/migrations.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (m *Migration) TableNameWithPrefix() string {
30 return conf.GetDatabasePrefix() + m.TableName()
31}
32
33func NewMigration() *Migration {
34 return &Migration{}

Callers 1

FindFirstMethod · 0.95

Calls 2

TableNameMethod · 0.95
GetDatabasePrefixFunction · 0.92

Tested by

no test coverage detected