Skip to content

Commit 6340bfb

Browse files
authored
Finish hotfix/tblProduct_recurrence
hotfix/tblProduct_recurrence
2 parents 06563f2 + e1c4cf8 commit 6340bfb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Migration script/openIMIS migration v1.4.2 - 1.5.0.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,13 @@ BEGIN
5050
CONSTRAINT ActivationOptionDefaultConstraint DEFAULT 2
5151
WITH VALUES
5252
END
53+
GO
5354

55+
-- Missing column in tblProduct
56+
IF COL_LENGTH('tblProduct', 'Recurrence') IS NULL
57+
BEGIN
58+
ALTER TABLE tblProduct ADD Recurrence tinyint NULL
59+
END
5460
GO
5561

5662
-- OP-277: Modify a member or family fails

0 commit comments

Comments
 (0)