procrastinate-org / procrastinate

PostgreSQL-based Task Queue for Python
https://procrastinate.readthedocs.io/
MIT License
800 stars 52 forks source link

Django Migrations are now created as normal files instead of being dynamically generated #1071

Closed ewjoachim closed 1 month ago

ewjoachim commented 1 month ago

Relates to #1070

This PR changes the way Django migrations are created when contributing SQL migrations to Procrastinate, from a fully dynamic & automated system to a semi-manual process. Sorry, but it's much more flexible.

Successful PR Checklist:

PR label(s):

github-actions[bot] commented 1 month ago

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  procrastinate/contrib/django
  apps.py
  static_migrations.py
Project Total  

This report was generated by python-coverage-comment-action