mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +01:00
Chore: Squash older automatic migrations (#7267)
This commit is contained in:
parent
a7d8b5c960
commit
b93c970635
11 changed files with 2749 additions and 6 deletions
|
|
@ -22,7 +22,7 @@ migration_1021_obj = importlib.import_module(
|
|||
)
|
||||
@mock.patch(f"{__name__}.migration_1021_obj.run_convert")
|
||||
class TestMigrateWebPThumbnails(TestMigrations):
|
||||
migrate_from = "1020_merge_20220518_1839"
|
||||
migrate_from = "1016_auto_20210317_1351_squashed_1020_merge_20220518_1839"
|
||||
migrate_to = "1021_webp_thumbnail_conversion"
|
||||
auto_migrate = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue