django-migration-zero
Migration cleanup tool
A tool to clean up Django migration files and update the migration history table in CI/CD pipelines.
Django package to implement "migration zero" pattern - covering your local changes and the CI/CD pipeline
54 stars
8 watching
2 forks
Language: Python
last commit: 6 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
wemake-services/django-test-migrations | A tool to test Django schema and data migrations for reliability and correctness. | 529 |
dizballanze/django-migrations-graph | Displays Django migration dependencies as a graphical representation. | 48 |
gusakovskiy/django-liquidb | Manages and snapshots Django application state during migrations | 23 |
macourtney/drift | A migration library for Clojure projects, automating changes to the database schema. | 120 |
dereuromark/upgrade | A tool to facilitate migrating CakePHP applications from one version to another | 24 |
jwdeitch/pg_migrate | A utility to manage Postgres schema and other objects through version-controlled migrations. | 31 |
lopezator/migrator | Tool for managing and applying database schema changes | 169 |
un1t/django-cleanup | Automates file deletion after changes to model instances or when models are deleted | 1,111 |
jazzband/django-simple-history | Automatically tracks changes to Django models and allows reverting changes from the admin interface. | 2,215 |
inviqa/mx_phinxmigrations | A Magento module that integrates Phinx migrations to enable zero-downtime deployments | 38 |
awapps/mongration | A framework for managing MongoDB migrations in a structured and fault-tolerant way. | 85 |
browniebroke/flake8-django-migrations | Ensures Django migration code follows best practices to prevent backwards compatibility issues | 7 |
robinjoseph08/go-pg-migrations | A tool to help manage migrations for a PostgreSQL database using Go and go-pg. | 84 |
dizballanze/django-eraserhead | Tool to optimize database usage in Django by identifying and suggesting the removal of unused fields. | 196 |
collective/collective.migrationhelpers | A collection of utilities to assist in the process of migrating a Plone site | 14 |