From 028353d7a8096b4d9a582ed9f7a59e360ca1026d Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Fri, 29 Nov 2024 16:44:09 +0100 Subject: [PATCH] DEV: Update model annotations (#73) --- app/models/reviewable_upload.rb | 1 + 1 file changed, 1 insertion(+) 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 #