Releases: troyharvey/migro
Releases · troyharvey/migro
migro v0.4.0
- Add a
--directory
flag for custom migration file directories. - Add Snowflake keypair authentication support.
migro v0.3.0
Enable autocommit
on Redshift connections.
migro v0.2.0
Bug fix: The {{ password }}
printed to the console should match the password in the rendered sql.
migro v0.1.0
Remove the --no-pretend
flag.
migro v0.0.8
Add Snowflake support.
migro v0.0.7
Bug fix release. Applying conditional migrations that render without sql but with comments no longer throws psycopg2.ProgrammingError
migro v0.0.6
Add an alert when running migro
if there is no profiles.yml
file in the directory.