Skip to content

Releases: EmptyFlow/PostgreSQL.Migrations

0.0.10 RC

03 Apr 13:28
2a35b33

Choose a tag to compare

  • Build on net9
  • Changed library for parsing command line, changed format for paramters on -< name of parameter >=< parameter value >

0.0.9 RC

07 Sep 16:35
a3c7cb9

Choose a tag to compare

  • Fixed absolute path for profile file

0.0.7 RC

06 Nov 12:16

Choose a tag to compare

  • Added operation add-migration-profile for generation migration file using profile
  • Added operations revert-all and revert-all-profile for revert all migrations
  • Support PlainSql migration strategy

0.0.6 beta

18 Oct 12:58

Choose a tag to compare

  • Added optional parameter for specify database table name, it support also via profile
  • Added operation add-migration for generation migration file

0.0.5 beta

03 Oct 14:09

Choose a tag to compare

  • Fixed version collision issue in MigrationResolverAttribute
  • Fixed count of available migrations
  • Added support operations apply-profile, revert-profile, force-revert-profile
  • Hide password while log connection strings

0.0.4 alpha

22 Sep 12:33

Choose a tag to compare

  • Added logging for loading migrations
  • Added displaying count of all founded migrations

0.0.3 alpha

13 Sep 17:57

Choose a tag to compare

  • Added logging of operations to the console.

0.0.2 alpha

07 Sep 19:18

Choose a tag to compare

  • Added support filter groups of migrations

0.0.1 alpha

30 Aug 18:07

Choose a tag to compare

Binary release for console application.

Support database operations:
apply - "Apply all new (not applied before) migrations to database.
revert - Revert database to state before migration specified in parameter.
force-revert - apply all not applied before migrations on database with specified connections strings.

Supported only MigrationResolverAttribute strategies for get migrations