mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
get rid of premium renewal jobs for braintree
This commit is contained in:
@ -245,3 +245,9 @@ BEGIN
|
||||
AND [GatewayId] = @GatewayId
|
||||
END
|
||||
GO
|
||||
|
||||
IF OBJECT_ID('[dbo].[User_ReadByPremiumRenewal]') IS NOT NULL
|
||||
BEGIN
|
||||
DROP PROCEDURE [dbo].[User_ReadByPremiumRenewal]
|
||||
END
|
||||
GO
|
||||
|
Reference in New Issue
Block a user