Skip to content

Commit eeb39aa

Browse files
authored
Merge pull request #1028 from sul-dlss/new-state
Add a new state for when we remove the legacy files
2 parents 388894f + ffd52c4 commit eeb39aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/version_migration_item.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class VersionMigrationItem < ApplicationRecord
22
validates :status, inclusion: { in: ['not_analyzed', 'error', 'found_legacy', 'found_legacy_collection',
3-
'found_legacy_metadata_only', 'found_version', 'migrated'] }
3+
'found_legacy_metadata_only', 'found_version', 'migrated', 'cleaned'] }
44

55
def self.create_all
66
Purl.where(deleted_at: nil).find_each do |purl|

0 commit comments

Comments
 (0)