Skip to content

Commit

Permalink
Merge branch 'main' into CFODEV-559
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsixsmith-moj authored Aug 15, 2024
2 parents c382827 + c6575c7 commit 3ffef37
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 3ffef37

Please sign in to comment.