Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PGMigratorService ¶
type PGMigratorService struct {
// contains filtered or unexported fields
}
func NewPGMigratorService ¶
func NewPGMigratorService(pgRepo repo.PGRepo) (*PGMigratorService, error)
func (*PGMigratorService) MigrateDown ¶
func (mig *PGMigratorService) MigrateDown(folderPath string, numberOfMigrationsToApply int) error
Click to show internal directories.
Click to hide internal directories.