Skip to content

Commit 2f815f7

Browse files
committed
fix create iso update
1 parent 28ed685 commit 2f815f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Migration script/openIMIS migration latest.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4730,7 +4730,7 @@ GO
47304730
IF OBJECT_ID('[uspInsertIndexMonthly]', 'P') IS NOT NULL
47314731
DROP PROCEDURE [uspInsertIndexMonthly]
47324732
GO
4733-
ALTER PROCEDURE [dbo].[uspInsertIndexMonthly]
4733+
CREATE PROCEDURE [dbo].[uspInsertIndexMonthly]
47344734
(
47354735
@Type varchar(1),
47364736
@RelType INT, -- M 12, Q 4, Y 1

0 commit comments

Comments
 (0)