emilpriver/geni
Version updated for https://github.com/emilpriver/geni to version v1.3.1.
- This action is used across all versions by 5 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Geni is a lightweight, Rust-based database migration tool designed to streamline collaboration and automate database schema changes in development and CI/CD pipelines. It supports multiple databases, including PostgreSQL, MySQL, MariaDB, SQLite, and LibSQL, allowing developers to create, apply, and roll back migrations with transactional safety. Key features include timestamp-based migrations, schema dumping for version control, and compatibility with various database environments, addressing the challenge of managing consistent database migrations across teams.
What’s Changed
Bug fixes
- Fixed a problem where the dump didn’t add
; - Fixed a problem where the
ON DELETE CASCADEwas omited
Full Changelog: https://github.com/emilpriver/geni/compare/v1.3.0...v1.3.1