Skip to content

Commit 941821f

Browse files
committed
Fix RenewalOrder column
1 parent 7b5c8e4 commit 941821f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

-2 Bytes
Binary file not shown.

Migration script/openIMIS migration latest.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ BEGIN
112112
END
113113
GO
114114

115-
IF COL_LENGTH('tblProduct', 'RenewalOrder') IS NULL
115+
IF COL_LENGTH('tblPolicy', 'RenewalOrder') IS NULL
116116
BEGIN
117-
ALTER TABLE tblProduct ADD [RenewalOrder] [int] NULL
117+
ALTER TABLE tblPolicy ADD [RenewalOrder] [int] NULL
118118
END
119119
GO
120120

0 commit comments

Comments
 (0)