Skip to content

Commit

Permalink
Merge pull request #504 from DFE-Digital/feature/169468-ammend-adviso…
Browse files Browse the repository at this point in the history
…ry-board-date

Feature/169468 amend advisory board date
  • Loading branch information
elielijah321 authored Jul 3, 2024
2 parents 4b8899d + b25a96e commit fdb9aa8
Show file tree
Hide file tree
Showing 17 changed files with 6,829 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Dfe.Academies.Academisation.Data/AcademisationContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ private static void ConfigureProject(EntityTypeBuilder<Project> projectConfigura
pd.Property(d => d.ExternalApplicationFormSaved).HasColumnName("ExternalApplicationFormSaved");
pd.Property(d => d.ExternalApplicationFormUrl).HasColumnName("ExternalApplicationFormUrl");
pd.Property(d => d.IsFormAMat).HasColumnName("IsFormAMat");

pd.Property(d => d.ProposedConversionDate).HasColumnName("ProposedConversionDate");
pd.Property(d => d.ProjectDatesSectionComplete).HasColumnName("ProjectDatesSectionComplete");
});

projectConfiguration.HasQueryFilter(d => !d.DeletedAt.HasValue);
Expand Down
Loading

0 comments on commit fdb9aa8

Please sign in to comment.