Skip to content

Commit 5206445

Browse files
committed
Remove ReportingCommisionID from tblPremium
1 parent 74e7543 commit 5206445

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ BEGIN
2929
ALTER TABLE tblPremium ADD AllDetailsCommissionReport datetime NULL
3030
END
3131
GO
32+
IF COL_LENGTH('tblPremium', 'ReportingCommisionID') IS NOT NULL
33+
BEGIN
34+
ALTER TABLE tblPremium DROP COLUMN ReportingCommisionID
35+
END
36+
GO
3237
-- end of 0tc 161
3338
IF TYPE_ID(N'xtblUserRole') IS NULL
3439
BEGIN

0 commit comments

Comments
 (0)