Hello,

would there be a way to generate a SQL script for a migration instead of
running the migration?

Something along the lines of:

    sequel -m path/to/migrations jdbc:sqlite:tmp/test.db -o migration.sql

I work in an environment where a person runs the SQL scripts when deploying a
new release. No leeway to run the migration directly from Sequel.

Granted, I could run the migration against an equivalent server and rework
the resulting log to obtain this SQL script, but that's not optimal. I'd also
love to have such a capabilites in less restrictive environments, just for
"dry runs" of migrations.


Regards,

John

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to