Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bradanton committed Aug 8, 2024
1 parent f973e77 commit 6a6c4b9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ static int Main(string[] arguments)
var sourceReleaseDate = dbSource.GetSourceReleaseDate();
var vocabularyVersion = DbBuildingSettings.GetVocabularyVersion(vocabularyConnectionString, vocabularySchema);

Console.WriteLine("SourceReleaseDate:" + sourceReleaseDate);
Console.WriteLine("VocabularyVersion:" + vocabularyVersion);

if (Settings.Current.Building.Cdm == CdmVersions.V54)
{
var reader = new CdmSourceDataReader54(DateTime.Parse(sourceReleaseDate), vocabularyVersion);
Expand Down

0 comments on commit 6a6c4b9

Please sign in to comment.