mbryzek / schema-evolution-manager

Schema Evolution Manager makes it very simple for engineers to contribute schema changes to a postgresql database, managing the schema evolutions as proper source code. Schema changes are deployed as gzipped tarballs named with the corresponding git tag.
Apache License 2.0
268 stars 47 forks source link

Add option to prompt user when applying multiple scripts #76

Closed mbryzek closed 4 months ago

mbryzek commented 4 months ago

Prompt is ignored with the --non_interactive flag

mbryzek commented 4 months ago

Waiting to finalize discussion with Kenny on who to avoid breaking CI with this change:

https://github.com/mbryzek/schema-evolution-manager/pull/75

mbryzek commented 4 months ago

@gheine @jlogeart FYI we broke user workflow with this change. I've reverted; plan to resubmit once we align on a path forward