migrate

package
v0.0.0-...-3674750 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2024 License: MIT Imports: 16 Imported by: 0

README

Notes

  • Node operators do not always run their migrations with super user priviledges so you cannot use CREATE EXTENSION

Documentation

Index

Constants

View Source
const MIGRATIONS_DIR string = "migrations"

Variables

This section is empty.

Functions

func Create

func Create(db *sql.DB, name, migrationType string) error

func Current

func Current(ctx context.Context, db *sql.DB, lggr logger.Logger) (int64, error)

func Migrate

func Migrate(ctx context.Context, db *sql.DB, lggr logger.Logger) error

func Rollback

func Rollback(ctx context.Context, db *sql.DB, lggr logger.Logger, version null.Int) error

func SetMigrationENVVars

func SetMigrationENVVars(generalConfig erinaceus.GeneralConfig) error

SetMigrationENVVars is used to inject values from config to goose migrations via env.

func Status

func Status(ctx context.Context, db *sql.DB, lggr logger.Logger) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL