bloom_migrate 0.1.2
bloom_migrate: ^0.1.2 copied to clipboard
Database migrations CLI and library for Bloom applications using bloom_db.
Changelog #
0.1.2 - 2026-08-31 #
- Added checksum validation to reject modified applied migrations.
- Added deployment locking and PostgreSQL dollar-quoted SQL parsing.
0.1.1 - 2026-08-23 #
- Fixed
CREATE INDEXstatement generation for column lists.
All notable changes to this project will be documented in this file.
0.1.0 #
- Initial release of
bloom_migrate. - Dialect-aware SQL DDL generation for SQLite and PostgreSQL from
bloom_dbModelMetaandFieldMeta. - Migration file parser for
migrations/<app>/NNNN_name.sqlsupporting-- upand-- down(as well as-- no-down) sections mirroringcloud-backendconvention. - Transactional migration runner with
bloom_migrationshistory tracking table. - CLI tool
bloom_migrateprovidingmakemigrations,migrate,rollback, andstatuscommands.