Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Feb 5, 2025
1 parent 9ce2670 commit cebe131
Show file tree
Hide file tree
Showing 3 changed files with 1,725 additions and 1,725 deletions.
1 change: 0 additions & 1 deletion Rdmp.Core/Curation/Data/DataLoad/LoadMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ public LoadMetadata Clone()
OverrideRAWServer_ID = OverrideRAWServer_ID,
IgnoreTrigger = IgnoreTrigger,
Folder = Folder,
//RootLoadMetadata_ID = this.ID
};
lmd.SaveToDatabase();
//link to catalogue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,6 @@ CREATE TABLE [dbo].[ProcessTask](
[SoftwareVersion] [nvarchar](50) NOT NULL,
[IsDisabled] [bit] NOT NULL,
[SerialisableConfiguration] [varchar](max),
[LoadMetadataVersion] [int],
CONSTRAINT [PK_ProcessTask] PRIMARY KEY CLUSTERED
(
[ID] ASC
Expand Down
Loading

0 comments on commit cebe131

Please sign in to comment.