Skip to content

Commit

Permalink
Merge pull request #143 from ministryofjustice/CFODEV-553
Browse files Browse the repository at this point in the history
added to 2 addional options to the 'Referral Source' dropdown to the …
  • Loading branch information
carlsixsmith-moj authored Aug 15, 2024
2 parents 85d88a1 + c284c6e commit c6575c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/seed/001_development_seed.sql
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ BEGIN TRY
INSERT INTO Configuration.KeyValue (Id, Name, Value, Text, Description, Created, CreatedBy, LastModified, LastModifiedBy) VALUES (18, N'ReferralSource', N'Courts', N'Courts', N'A referral source', @Created, @CreatedUserId, null, null);
INSERT INTO Configuration.KeyValue (Id, Name, Value, Text, Description, Created, CreatedBy, LastModified, LastModifiedBy) VALUES (19, N'ReferralSource', N'Self-referral', N'Self-referral', N'A referral source', @Created, @CreatedUserId, null, null);
INSERT INTO Configuration.KeyValue (Id, Name, Value, Text, Description, Created, CreatedBy, LastModified, LastModifiedBy) VALUES (20, N'ReferralSource', N'Other', N'Other', N'A referral source (please state)', @Created, @CreatedUserId, null, null);
INSERT INTO Configuration.KeyValue (Id, Name, Value, Text, Description, Created, CreatedBy, LastModified, LastModifiedBy) VALUES (21, N'ReferralSource', N'Previously enrolled on CFO3', N'Previously enrolled on CFO3', N'A referral source', @Created, @CreatedUserId, null, null);
INSERT INTO Configuration.KeyValue (Id, Name, Value, Text, Description, Created, CreatedBy, LastModified, LastModifiedBy) VALUES (22, N'ReferralSource', N'Previously enrolled on CFO Activity Hubs', N'Previously enrolled on CFO Activity Hubs', N'A referral source', @Created, @CreatedUserId, null, null);

SET IDENTITY_INSERT [Configuration].[KeyValue] OFF;

Expand Down

0 comments on commit c6575c7

Please sign in to comment.