Fluent migrations framework for .NET
mysql
postgres
sql
sql-server
database
dotnet
oracle
snowflake
migration
redshift
db2
database-schema
fluentmigrator
-
Updated
Jan 24, 2022 - C#
kubectl schemahero get migrations
command can output a long list of migrations, with potentially repeating names.To find the right migration with a tool like grep, we need to look at the what schema files were changed to determine what the name of the migration would be.
It would be nice to list migrations sorted by timestamps or filter by migration state (open/approved/applied)