Skip to content

Commit 5df757d

Browse files
committed
Makes similar changes to the report queries and adds missing function migration
1 parent ea9a4bf commit 5df757d

File tree

6 files changed

+194
-75
lines changed

6 files changed

+194
-75
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+

2+
3+
namespace DigitalLearningSolutions.Data.Migrations
4+
{
5+
using FluentMigrator;
6+
7+
[Migration(202411120903)]
8+
public class CreateOrAlterGetOtherCentresForSelfAssessmentFunction : ForwardOnlyMigration
9+
{
10+
public override void Up()
11+
{
12+
Execute.Sql(Properties.Resources.TD_4950_dboGetOtherCentresForSelfAssessmentCreateOrAlter);
13+
}
14+
}
15+
}

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

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

0 commit comments

Comments
 (0)