Skip to content

Commit

Permalink
remove squashed migrations (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Jan 3, 2025
1 parent 628f2b7 commit ef85c20
Show file tree
Hide file tree
Showing 70 changed files with 10 additions and 2,278 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Unreleased
Removed
-------

- **General**
- Migrations squashed in v1.0 (#1455)
- **Projectroles**
- Support for deprecated search results as dict (#1400)
- Support for deprecated app setting ``local`` parameter (#1394)
Expand Down
29 changes: 0 additions & 29 deletions adminalerts/migrations/0001_initial.py

This file was deleted.

25 changes: 0 additions & 25 deletions adminalerts/migrations/0002_adminalert_user.py

This file was deleted.

31 changes: 0 additions & 31 deletions adminalerts/migrations/0003_auto_20180802_1558.py

This file was deleted.

21 changes: 0 additions & 21 deletions adminalerts/migrations/0004_rename_uuid.py

This file was deleted.

22 changes: 0 additions & 22 deletions adminalerts/migrations/0005_update_uuid.py

This file was deleted.

20 changes: 0 additions & 20 deletions adminalerts/migrations/0006_adminalert_require_auth.py

This file was deleted.

62 changes: 0 additions & 62 deletions bgjobs/migrations/0001_initial.py

This file was deleted.

53 changes: 0 additions & 53 deletions bgjobs/migrations/0002_backgroundjoblogentry.py

This file was deleted.

24 changes: 0 additions & 24 deletions bgjobs/migrations/0003_backgroundjob_date_created.py

This file was deleted.

29 changes: 0 additions & 29 deletions bgjobs/migrations/0004_backgroundjob_user.py

This file was deleted.

14 changes: 0 additions & 14 deletions bgjobs/migrations/0005_auto_20190128_1210.py

This file was deleted.

21 changes: 0 additions & 21 deletions bgjobs/migrations/0006_auto_20200526_1657.py

This file was deleted.

8 changes: 8 additions & 0 deletions docs/source/major_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Release Highlights
==================

- Remove support for features deprecated in v1.0
- Remove squashed migrations

Breaking Changes
================
Expand All @@ -37,6 +38,13 @@ App Settings Local Attribute
``global`` instead. This is only relevant to sites being deployed as
``SOURCE`` sites.

Squashed Migrations Removed
---------------------------

Migrations squashed in v1.0 have been removed in v1.1. In order to upgrade your
SODAR Core using site to v1.1, you must first upgrade it to v1.0 and run
``manage.py migrate`` on any development and production instances.


v1.0.4 (2025-01-03)
*******************
Expand Down
Loading

0 comments on commit ef85c20

Please sign in to comment.