Skip to content

Commit

Permalink
Update Max SQL Version (#3149)
Browse files Browse the repository at this point in the history
Update max version to 49
  • Loading branch information
wsugarman authored Oct 27, 2023
1 parent 8a83adb commit d37c587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ namespace Microsoft.Health.Dicom.SqlServer.Features.Schema;
public static class SchemaVersionConstants
{
public const int Min = (int)SchemaVersion.V37;
public const int Max = (int)SchemaVersion.V48;
public const int Max = (int)SchemaVersion.V49;
}

0 comments on commit d37c587

Please sign in to comment.