We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 388894f + ffd52c4 commit eeb39aaCopy full SHA for eeb39aa
app/models/version_migration_item.rb
@@ -1,6 +1,6 @@
1
class VersionMigrationItem < ApplicationRecord
2
validates :status, inclusion: { in: ['not_analyzed', 'error', 'found_legacy', 'found_legacy_collection',
3
- 'found_legacy_metadata_only', 'found_version', 'migrated'] }
+ 'found_legacy_metadata_only', 'found_version', 'migrated', 'cleaned'] }
4
5
def self.create_all
6
Purl.where(deleted_at: nil).find_each do |purl|
0 commit comments