Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
add OtherValueKey to PrimaryDisability
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Linden committed Oct 25, 2016
1 parent 3635630 commit 930cc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOL.WHD.Section14c.DataAccess/Migrations/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ protected override void Seed(DOL.WHD.Section14c.DataAccess.ApplicationDbContext
context.Responses.AddOrUpdate(new Response { Id = 35, QuestionKey = "PrimaryDisability", Display = "Substance Abuse (SA)", IsActive = true });
context.Responses.AddOrUpdate(new Response { Id = 36, QuestionKey = "PrimaryDisability", Display = "Neuromuscular Disability (NM)", IsActive = true });
context.Responses.AddOrUpdate(new Response { Id = 37, QuestionKey = "PrimaryDisability", Display = "Age Related Disability (AR)", IsActive = true });
context.Responses.AddOrUpdate(new Response { Id = 38, QuestionKey = "PrimaryDisability", Display = "Other, please specify:", IsActive = true });
context.Responses.AddOrUpdate(new Response { Id = 38, QuestionKey = "PrimaryDisability", Display = "Other, please specify:", IsActive = true, OtherValueKey = "PrimaryDisabilityOther" });

//WIOAWorkerVerified
context.Responses.AddOrUpdate(new Response { Id = 39, QuestionKey = "WIOAWorkerVerified", Display = "Yes", IsActive = true });
Expand Down

0 comments on commit 930cc0c

Please sign in to comment.