A GitHub Action for checking Django migrations
Django migrations checker
A GitHub Action for checking Django migrations
About
This repository contains a Github Action that checks Django migrations against known issues when running with Postgres in a high-load environment or using rolling deploys. It assumes that migrations are run before new versions of your code starts rolling out.
The current checkers are based on our experience at Oda and looks for paterns we know can be problematic.
Usage
NOTE: This is currently unfinished, it will not post any comments yet
NOTE: This should never be used against a production database
The action requires you to install Python 3.9+ and your project’s dependencies. It has