Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BookmarkerMigrations = []Migrator{ &Migration{ Name: "initial schema", Level: 1, Schema: v1, }, &Migration{ Name: "add metadata", Level: 2, Schema: v2, }, &Migration{ Name: "add archived column to bookmark", Level: 3, Schema: v3, }, &Migration{ Name: "add full-text-search capability", Level: 4, Schema: v4, }, &Migration{ Name: "fix metadata primary key", Level: 5, Schema: v5, }, }
Functions ¶
Types ¶
type Migration ¶
Migration implements migrator
Click to show internal directories.
Click to hide internal directories.