hanami / cli

Hanami command line
MIT License
27 stars 28 forks source link

Append schema_migrations INSERT statement at end of structure dump #175

Closed timriley closed 3 months ago

timriley commented 3 months ago

This will make it possible to cleanly run migrations after loading the structure.

Accomplishing this requires more involved database interactions (multiple additional queries to the database after pg_dump completes), so switch to testing using a real database. Include a basic docker-compose.yml as the beginning of providing a standard environment for local testing too.