Skip to content

Commit

Permalink
added missing is_evaluator field
Browse files Browse the repository at this point in the history
  • Loading branch information
edwin-jebaraj committed Dec 13, 2024
1 parent 634f92b commit 2f44ee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@
t.string "discovery_method_other_text"
t.string "project"
t.string "other_school_urns", default: [], array: true
t.boolean "is_evaluator", default: false
t.date "evaluation_due_date"
t.boolean "has_uploaded_documents"
t.boolean "sent_email_to_evaluators", default: false
Expand Down

0 comments on commit 2f44ee7

Please sign in to comment.