migrations

package
v0.0.0-...-3f6dde8 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2016 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Migrate

func Migrate(x *xorm.Engine) error

Types

type Migration

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

func NewMigration

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