MCPcopy
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

36type Migration interface {
37 Description() string
38 Migrate(db *datastore) error
39}
40
41type migration struct {

Callers 1

MigrateFunction · 0.65

Implementers 1

migrationmigrations/migrations.go

Calls

no outgoing calls

Tested by

no test coverage detected