Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
29
func
(m *Migration) TableNameWithPrefix() string {
30
return
conf.GetDatabasePrefix() + m.TableName()
31
}
32
33
func
NewMigration() *Migration {
34
return
&Migration{}
Callers
1
FindFirst
Method · 0.95
Calls
2
TableName
Method · 0.95
GetDatabasePrefix
Function · 0.92
Tested by
no test coverage detected