mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-13 18:15:25 +00:00
Reset pk sequences when done
This commit is contained in:
@@ -18,6 +18,7 @@ class TestSha256ChecksumDataMigration(TestMigrations):
|
||||
|
||||
migrate_from = "0015_document_version_index_and_more"
|
||||
migrate_to = "0016_sha256_checksums"
|
||||
reset_sequences = True
|
||||
|
||||
ORIGINAL_CONTENT = b"original file content for sha256 migration test"
|
||||
ARCHIVE_CONTENT = b"archive file content for sha256 migration test"
|
||||
|
||||
Reference in New Issue
Block a user