Skip to content

Commit

Permalink
ed Feature/188025 update column type (#639)
Browse files Browse the repository at this point in the history
* Updated OverallEffectiveness property type in the MisEstablishment table
Added UngradedInspectionOverallOutcome proeprty

* Removed UngradedInspectionOverallOutcome property

* Removed the field Ungraded inspection overall outcome
  • Loading branch information
FrostyApeOne authored Nov 12, 2024
1 parent 7f52037 commit baed4da
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions TramsDataApi/DatabaseModels/LegacyTramsDbContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1652,8 +1652,6 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
.HasColumnName("URN at time of the section 8 inspection");

entity.Property(e => e.WebLink).HasColumnName("Web link");

entity.Property(e => e.UngradedInspectionOverallOutcome).HasColumnName("Ungraded inspection overall outcome");
});

modelBuilder.Entity<FurtherEducationEstablishments>(entity =>
Expand Down
1 change: 0 additions & 1 deletion TramsDataApi/DatabaseModels/MisEstablishments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,5 @@ public partial class MisEstablishments
public string PreviousSafeguardingIsEffective { get; set; }
public int? PreviousEarlyYearsProvisionWhereApplicable { get; set; }
public string PreviousSixthFormProvisionWhereApplicable { get; set; }
public string UngradedInspectionOverallOutcome { get; set; }
}
}
1 change: 0 additions & 1 deletion TramsDataApi/ResponseModels/MISEstablishmentResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,5 @@ public class MISEstablishmentResponse
public string PreviousIsSafeguardingEffective { get; set; }
public string PreviousEarlyYearsProvision { get; set; }
public string PreviousSixthFormProvision { get; set; }
public string UngradedInspectionOverallOutcome { get; set; }
}
}

0 comments on commit baed4da

Please sign in to comment.