migrations

package
v0.8.10 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2015 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Migrate

func Migrate(x *xorm.Engine) error

Migrate database to current version

Types

type Migration added in v0.6.0

type Migration interface {
	Description() string
	Migrate(*xorm.Engine) error
}

func NewMigration added in v0.6.0

func NewMigration(desc string, fn func(*xorm.Engine) error) Migration

type Version

type Version struct {
	Id      int64
	Version int64
}

The version table. Should have only one row with id==1

Jump to

Keyboard shortcuts

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