Skip to content

Commit

Permalink
Merge pull request #498 from DFE-Digital/feature/150886-KIM-Changes-F…
Browse files Browse the repository at this point in the history
…or-Academies

Kim changes for transferring academies
  • Loading branch information
elielijah321 authored Jun 12, 2024
2 parents d2beb4b + fa602d7 commit 39f056f
Show file tree
Hide file tree
Showing 14 changed files with 2,334 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ public partial class AcademyOrderDateAdded : Migration
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "AcademyOrderRequired",
schema: "academisation",
table: "Project");

migrationBuilder.AddColumn<DateTime>(
name: "AcademyOrderDate",
schema: "academisation",
Expand All @@ -32,13 +27,6 @@ protected override void Down(MigrationBuilder migrationBuilder)
name: "AcademyOrderDate",
schema: "academisation",
table: "ConversionAdvisoryBoardDecision");

migrationBuilder.AddColumn<string>(
name: "AcademyOrderRequired",
schema: "academisation",
table: "Project",
type: "nvarchar(max)",
nullable: true);
}
}
}
Loading

0 comments on commit 39f056f

Please sign in to comment.