Releases: EmptyFlow/PostgreSQL.Migrations
Releases · EmptyFlow/PostgreSQL.Migrations
0.0.9 RC
0.0.7 RC
- Added operation
add-migration-profile
for generation migration file using profile - Added operations
revert-all
andrevert-all-profile
for revert all migrations - Support
PlainSql
migration strategy
0.0.6 beta
- 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
- 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