Skip to content

Commit

Permalink
Add script to add missing metadata for High Potential ITT to reportin…
Browse files Browse the repository at this point in the history
…g db (#861)
  • Loading branch information
MrKevJoy authored Oct 16, 2023
1 parent b1f4047 commit 859e6af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
IF EXISTS (select 1 from information_schema.tables where table_name = 'GlobalOptionSetMetadata')
BEGIN
INSERT INTO [dbo].[GlobalOptionSetMetadata](OptionSetName,[Option],IsUserLocalizedLabel,LocalizedLabelLanguageCode,LocalizedLabel) values('dfeta_programmetype',389040024,0,1033,'high potential ITT');
END
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<None Remove="Dqt\Services\DqtReporting\Migrations\0008_EvergreenMissingColumns.sql" />
<None Remove="Dqt\Services\DqtReporting\Migrations\0009_EvergreenMissingColumns2.sql" />
<None Remove="Dqt\Services\DqtReporting\Migrations\0010_SanctionDetailsLink.sql" />
<None Remove="Dqt\Services\DqtReporting\Migrations\0011_AddHighProfileProgrammeType.sql" />
</ItemGroup>

<ItemGroup>
Expand All @@ -30,6 +31,7 @@
<EmbeddedResource Include="Dqt\Services\DqtReporting\Migrations\0008_EvergreenMissingColumns.sql" />
<EmbeddedResource Include="Dqt\Services\DqtReporting\Migrations\0009_EvergreenMissingColumns2.sql" />
<EmbeddedResource Include="Dqt\Services\DqtReporting\Migrations\0010_SanctionDetailsLink.sql" />
<EmbeddedResource Include="Dqt\Services\DqtReporting\Migrations\0011_AddHighProfileProgrammeType.sql" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 859e6af

Please sign in to comment.