Add Committee Review Text Column

This commit is contained in:
Michael Ball 2021-03-02 21:21:20 -08:00
parent d067221f57
commit 4d067add46
8 changed files with 7 additions and 3 deletions

View file

@ -22,7 +22,6 @@
#
# index_programs_on_selected_schedule_id (selected_schedule_id)
#
# cannot delete program if there are events submitted
class Program < ApplicationRecord
has_paper_trail on: [:update], ignore: [:updated_at], meta: { conference_id: :conference_id }