|
219 | 219 | # needs_help_previous_year_2 :integer default("unfilled"), not null |
220 | 220 | # needs_help_previous_year_3 :integer default("unfilled"), not null |
221 | 221 | # needs_to_flush_searchable_data_set_at :datetime |
| 222 | +# new_vehicle_purchased :integer default("unfilled") |
222 | 223 | # no_eligibility_checks_apply :integer default("unfilled"), not null |
223 | 224 | # no_ssn :integer default("unfilled"), not null |
224 | 225 | # not_full_time_student :integer default(0), not null |
@@ -525,6 +526,7 @@ class Intake::GyrIntake < Intake |
525 | 526 | enum receive_written_communication: { unfilled: 0, yes: 1, no: 2 }, _prefix: :receive_written_communication |
526 | 527 | enum presidential_campaign_fund_donation: { unfilled: 0, primary: 1, spouse: 2, primary_and_spouse: 3, no: 4 }, _prefix: :presidential_campaign_fund_donation |
527 | 528 | enum register_to_vote: { unfilled: 0, yes: 1, no: 2 }, _prefix: :register_to_vote |
| 529 | + enum new_vehicle_purchased: { unfilled: 0, yes: 1, no: 2 }, _prefix: :new_vehicle_purchased |
528 | 530 | enum cv_1098_cb: { unfilled: 0, yes: 1, no: 2 }, _prefix: :cv_1098_cb |
529 | 531 | enum cv_med_expense_standard_deduction_cb: { unfilled: 0, yes: 1, no: 2 }, _prefix: :cv_med_expense_standard_deduction_cb |
530 | 532 | enum cv_med_expense_itemized_deduction_cb: { unfilled: 0, yes: 1, no: 2 }, _prefix: :cv_med_expense_itemized_deduction_cb |
|
0 commit comments