Documentation
¶
Overview ¶
Package migrations is for database migrations! This is not related to the `opactl migrate` command at all.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Migrator ¶
type Migrator struct {
// contains filtered or unexported fields
}
func (*Migrator) WithMigrate ¶
WithMigrate causes migrations to be applied. Without this, we will log (INFO) the number of pending migrations only.
Click to show internal directories.
Click to hide internal directories.