We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55df671 commit fd1544bCopy full SHA for fd1544b
1 file changed
Migration script/openIMIS migration latest.sql
@@ -8636,7 +8636,11 @@ BEGIN
8636
END
8637
GO
8638
8639
-CREATE OR ALTER PROCEDURE [dbo].[uspPolicyRenewalInserts](
+IF NOT OBJECT_ID('uspPolicyRenewalInserts') IS NULL
8640
+ DROP PROCEDURE uspPolicyRenewalInserts
8641
+GO
8642
+
8643
+CREATE PROCEDURE [dbo].[uspPolicyRenewalInserts](
8644
--@RenewalWarning --> 1 = no valid product for renewal 2= No enrollment officer found (no photo) 4= INVALID Enrollment officer
8645
@RemindingInterval INT = NULL,
8646
@RegionId INT = NULL,
0 commit comments