diff --git a/app/models/reviewable_upload.rb b/app/models/reviewable_upload.rb index 34e59f2..72a78e5 100644 --- a/app/models/reviewable_upload.rb +++ b/app/models/reviewable_upload.rb @@ -113,6 +113,7 @@ def build_action(actions, id, icon:, bundle: nil, confirm: false, button_class: # updated_at :datetime not null # force_review :boolean default(FALSE), not null # reject_reason :text +# potentially_illegal :boolean default(FALSE) # # Indexes #