Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/writefreely/writefreely
/ Migrate
Method
Migrate
migrations/migrations.go:38–38 ·
view source on GitHub ↗
(db *datastore)
Source
from the content-addressed store, hash-verified
36
type
Migration
interface
{
37
Description() string
38
Migrate(db *datastore) error
39
}
40
41
type
migration
struct
{
Callers
1
Migrate
Function · 0.65
Implementers
1
migration
migrations/migrations.go
Calls
no outgoing calls
Tested by
no test coverage detected