rafaelurben / django-kmuhelper

A webapp with Swiss QR-Invoices for Swiss SME // Eine Webapp mit QR-Rechnungen für Schweizer KMU
https://www.rafaelurben.ch/django-kmuhelper/
GNU General Public License v3.0
14 stars 2 forks source link

Remove old migrations #247

Closed rafaelurben closed 11 months ago

rafaelurben commented 11 months ago

Quote from Django Docs:

You must then transition the squashed migration to a normal migration by:

  • Deleting all the migration files it replaces.
  • Updating all migrations that depend on the deleted migrations to depend on the squashed migration instead.
  • Removing the replaces attribute in the Migration class of the squashed migration (this is how Django tells that it is a squashed migration).