Skip to content

Commit

Permalink
insert correct schema version 86
Browse files Browse the repository at this point in the history
  • Loading branch information
paorodma-ms committed Mar 5, 2025
1 parent 6ee912b commit 024d651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IF EXISTS (SELECT *

GO
INSERT INTO dbo.SchemaVersion
VALUES (85, 'started');
VALUES (86, 'started');

CREATE PARTITION FUNCTION PartitionFunction_ResourceTypeId(SMALLINT)
AS RANGE RIGHT
Expand Down

0 comments on commit 024d651

Please # to comment.