Closed rafaelurben closed 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).
You must then transition the squashed migration to a normal migration by:
Quote from Django Docs: