about summary refs log tree commit diff
path: root/app/models/collection_item.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/collection_item.rb')
-rw-r--r--app/models/collection_item.rb1
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