Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTC-472: Added new RestAPI procedures to migrations #101

Merged
merged 8 commits into from
Nov 4, 2021

Conversation

dborowiecki
Copy link
Contributor

TICKET: OTC-472

SET QUOTED_IDENTIFIER ON
GO


CREATE PROCEDURE [dbo].[uspConsumeEnrollments](
CREATE OR ALTER PROCEDURE [dbo].[uspConsumeEnrollments](
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should not have alter here, not supported by sqlserver prior to 2016

SET QUOTED_IDENTIFIER ON
GO

CREATE PROCEDURE [dbo].[uspUpdateClaimFromPhone]
CREATE OR ALTER PROCEDURE [dbo].[uspUpdateClaimFromPhone]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@delcroip delcroip merged commit 4ea7abd into develop Nov 4, 2021
@delcroip delcroip deleted the HOTFIX/android_app_procedures branch November 4, 2021 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants