-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change squashes Django migrations for all Django apps with more than 3 migrations. See our internal squashing documentation here [0] and Django's general docs on squashing here [1]. Migration squashing requires multiple steps: 1. Commit squashed migrations, and deploy them. 2. Delete migration files that were squashed, and remove "replaces" in the squashed migration files. Deploy this change. This squashing removes some RunPython code that is only compatible with PostgreSQL; after this squash it will once again be possible to migrate a SQLite database. [0] https://cfpb.github.io/consumerfinance.gov/migrations/#squashing-migrations [1] https://docs.djangoproject.com/en/5.1/topics/migrations/#squashing-migrations
- Loading branch information
Showing
10 changed files
with
2,645 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
128 changes: 128 additions & 0 deletions
128
cfgov/filing_instruction_guide/migrations/0001_2024_squash.py
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
237 changes: 237 additions & 0 deletions
237
cfgov/paying_for_college/migrations/0001_2024_squash.py
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
267 changes: 267 additions & 0 deletions
267
cfgov/teachers_digital_platform/migrations/0001_2024_squash.py
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters