Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
William Durkin committed Dec 8, 2017
2 parents 64f09f2 + da21eca commit a979ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/install_open_query_store_base.sql
Expand Up @@ -59,7 +59,7 @@ CREATE TABLE [oqs].[collection_metadata]
GO

-- Semi-hidden way of documenting the version of OQS that is installed. The value will be automatically bumped upon a new version build/release
EXEC sys.sp_addextendedproperty @name=N'oqs_version', @value=N'2.0.3' , @level0type=N'SCHEMA',@level0name=N'oqs', @level1type=N'TABLE',@level1name=N'collection_metadata'
EXEC sys.sp_addextendedproperty @name=N'oqs_version', @value=N'2.1.0' , @level0type=N'SCHEMA',@level0name=N'oqs', @level1type=N'TABLE',@level1name=N'collection_metadata'
GO

-- Default values for initial installation = Logging turned on, run every 60 seconds, collection deactivated, execution_threshold = 2 to skip single-use plans
Expand Down Expand Up @@ -553,4 +553,4 @@ AS


END;
GO
GO

0 comments on commit a979ccf

Please sign in to comment.