Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add env var to prevent dbmate from dumping the schema (#2947)
# Summary This PR adds an env var to hermit, `DBMATE_NO_DUMP_SCHEMA`, as a catch-all way to prevent creation of `db/schema.sql` # Rationale ran `dbmate up` from the command-line and noticed the pesky `db/schema.sql` crop up again because i forgot the `--no-dump-schema` flag. Added the env var incase anyone else makes the same mistake. <img width="997" alt="image" src="https://github.com/user-attachments/assets/fc9b3e27-7b91-4f91-a15e-267ed8728859">
- Loading branch information