Skip to content

Commit

Permalink
Update install_open_query_store_base.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
William Durkin committed Jan 29, 2018
1 parent 22b43aa commit 3155e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/install_open_query_store_base.sql
Expand Up @@ -68,7 +68,7 @@ ADD CONSTRAINT [chk_oqs_mode] CHECK ( [oqs_mode] IN ( N'classic', N'ce


-- 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.1.0' , @level0type=N'SCHEMA',@level0name=N'oqs', @level1type=N'TABLE',@level1name=N'collection_metadata'
EXEC sys.sp_addextendedproperty @name=N'oqs_version', @value=N'2.2.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

0 comments on commit 3155e66

Please sign in to comment.