Releases: EmptyFlow/PostgreSQL.Migrations
Releases · EmptyFlow/PostgreSQL.Migrations
0.0.10 RC
0.0.9 RC
- Fixed absolute path for profile file
0.0.7 RC
- Added operation
add-migration-profilefor generation migration file using profile - Added operations
revert-allandrevert-all-profilefor revert all migrations - Support
PlainSqlmigration strategy
0.0.6 beta
- Added optional parameter for specify database table name, it support also via profile
- Added operation
add-migrationfor generation migration file
0.0.5 beta
- 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
- Added logging for loading migrations
- Added displaying count of all founded migrations
0.0.3 alpha
- Added logging of operations to the console.
0.0.2 alpha
- Added support filter groups of migrations
0.0.1 alpha
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