dbmigrations v0.9.1 Release Notes

Release Date: 2015-10-30 // over 8 years ago
    • โช Restored default timestamp and description values in migrations created by new migration command

    0.9

    • ๐Ÿ›  Fix 'moo' usage output to use correct program name
    • Replaced Backend type class in favor of concrete Backend record type
    • โž• Added hdbcBackend constructor
    • Backends now always run in IO rather than some MonadIO
    • โœ‚ Removed monad parameter from MigrationStore (always use IO)
    • Replaced MigrationStore type class with concrete MigrationStore type
    • โž• Added filesystem migration store constructor
    • ๐Ÿ‘Œ Improve configuration type so that it has been implicitly validated
    • Made newMigration pure, made migration timestamps optional
    • createNewMigration now takes a Migration for greater caller control