Skip to content

Commit 1f0c957

Browse files
committed
TD-6437-Updated the stored procedure to add only 'mandatory' and 'included optional competencies' in the report.
1 parent e4287f1 commit 1f0c957

File tree

5 files changed

+153
-62
lines changed

5 files changed

+153
-62
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+

2+
3+
namespace DigitalLearningSolutions.Data.Migrations
4+
{
5+
using FluentMigrator;
6+
7+
[Migration(202512020916)]
8+
public class Alter_usp_GetSelfAssessmentReport : Migration
9+
{
10+
public override void Up()
11+
{
12+
Execute.Sql(Properties.Resources.TD_6437_usp_GetSelfAssessmentReport_Up);
13+
}
14+
public override void Down()
15+
{
16+
Execute.Sql(Properties.Resources.TD_6437_usp_GetSelfAssessmentReport_Down);
17+
}
18+
}
19+
}

DigitalLearningSolutions.Data.Migrations/Properties/Resources.Designer.cs

Lines changed: 128 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DigitalLearningSolutions.Data.Migrations/Properties/Resources.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,4 +529,10 @@
529529
<data name="TD_5552_Alter_SendRetiringSelfAssessmentNotification_Up" type="System.Resources.ResXFileRef, System.Windows.Forms">
530530
<value>..\Scripts\TD-5552-Alter_SendRetiringSelfAssessmentNotification_Up.sql;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16</value>
531531
</data>
532+
<data name="TD_6437_usp_GetSelfAssessmentReport_Down" type="System.Resources.ResXFileRef, System.Windows.Forms">
533+
<value>..\Scripts\TD-6437-usp_GetSelfAssessmentReport_Down.sql;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16</value>
534+
</data>
535+
<data name="TD_6437_usp_GetSelfAssessmentReport_Up" type="System.Resources.ResXFileRef, System.Windows.Forms">
536+
<value>..\Scripts\TD-6437-usp_GetSelfAssessmentReport_Up.sql;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16</value>
537+
</data>
532538
</root>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)