github pressly/goose v3.15.1

latest releases: v3.24.1, v3.24.0, v3.23.1...
15 months ago
  • Fix regression that prevented registering Go migrations that didn't have the corresponding files
    available in the filesystem. (#588)
    • If Go migrations have been registered globally, but there are no .go files in the filesystem,
      always include them.
    • If Go migrations have been registered, and there are .go files in the filesystem, only
      include
      those migrations. This was the original motivation behind #553.
    • If there are .go files in the filesystem but not registered, raise an error. This is to
      prevent accidentally adding valid looking Go migration files without explicitly registering
      them.

Don't miss a new goose release

NewReleases is sending notifications on new releases.