Skip to content

Tags: JohnAmican/migrations

Tags

v6.4.0-dev05

Toggle v6.4.0-dev05's commit message
Rename, hide configuration fields behind interface.

Change "Group" to "Collection", and make it an interface instead of a
struct to avoid exposing the underlying implementation details.

To support configurability, add With* methods for adjusting Collection
settings.

v6.4.0-dev04

Toggle v6.4.0-dev04's commit message
Fix go-pg#37: Add Group for configurable groups.

Support registering and running multiple groups of migrations in the
same process, with configurable registration behavior and migration
table name per group.

v6.4.0-dev03

Toggle v6.4.0-dev03's commit message
Fix go-pg#37: Add Group for configurable groups.

Support registering and running multiple groups of migrations in the
same process, with configurable registration behavior and migration
table name per group.

v6.4.0-dev01

Toggle v6.4.0-dev01's commit message
Handle an error

v6.3.2

Toggle v6.3.2's commit message
Handle an error

v6.3.1

Toggle v6.3.1's commit message
Fix check for new Go version

v6.3.0

Toggle v6.3.0's commit message
Add changelog

v6.2.0

Toggle v6.2.0's commit message
migrations.DB = orm.DB

v6.1.0

Toggle v6.1.0's commit message
Remove init command

v6.0.4

Toggle v6.0.4's commit message
Merge pull request go-pg#19 from zeroviscosity/master

Providing non-zero default for newVersion