Skip to content

Commit 3b0c250

Browse files
committed
Merge branch 'DLS-Release-v1.2.4' into DLS-Release-v1.3.0
2 parents 1c68772 + 487e5d5 commit 3b0c250

File tree

5 files changed

+152
-62
lines changed

5 files changed

+152
-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: 127 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
@@ -535,4 +535,10 @@
535535
<data name="TD_5552_Alter_SendRetiringSelfAssessmentNotification_Up" type="System.Resources.ResXFileRef, System.Windows.Forms">
536536
<value>..\Scripts\TD-5552-Alter_SendRetiringSelfAssessmentNotification_Up.sql;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16</value>
537537
</data>
538+
<data name="TD_6437_usp_GetSelfAssessmentReport_Down" type="System.Resources.ResXFileRef, System.Windows.Forms">
539+
<value>..\Scripts\TD-6437-usp_GetSelfAssessmentReport_Down.sql;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16</value>
540+
</data>
541+
<data name="TD_6437_usp_GetSelfAssessmentReport_Up" type="System.Resources.ResXFileRef, System.Windows.Forms">
542+
<value>..\Scripts\TD-6437-usp_GetSelfAssessmentReport_Up.sql;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16</value>
543+
</data>
538544
</root>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)