Skip to content

Commit

Permalink
Update Seed Data
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-karasch committed Mar 5, 2024
1 parent 854fb57 commit b30606b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FMS/Platform/DevHelpers/SeedData/FacilitySeedData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ private static IEnumerable<Facility> GetFacilities()
Id = Guid.NewGuid(),
Active = true,
FacilityNumber = "RN4979",
FileId = new Guid("EF5FB128-D3BF-4CFF-9931-9F114D25D8A1"),
FileId = null,
FacilityTypeId = new Guid("B7224976-5D67-40F8-8112-273AE3B91419"),
OrganizationalUnitId = new Guid("3FF12EE9-7295-45F9-A12D-766BCFB6AADC"),
BudgetCodeId = new Guid("5B4D0049-3AA3-4FC7-A8FE-59A771D0F7F8"),
Expand Down

0 comments on commit b30606b

Please sign in to comment.