diff options
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/collection_item.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/collection_item.rb b/app/models/collection_item.rb index cecb86534..24aaf66d4 100644 --- a/app/models/collection_item.rb +++ b/app/models/collection_item.rb @@ -7,6 +7,7 @@ # account_id :bigint(8) # uri :string not null # processed :boolean default(FALSE), not null +# retries :integer default(0), not null # class CollectionItem < ApplicationRecord |