Go-Back-Skeleton/vendor/github.com/go-pg/migrations/export_test.go
2017-09-25 20:20:52 +02:00

5 lines
69 B
Go

package migrations
func Set(ms []Migration) {
allMigrations = ms
}