Skip to content

Commit f82a35e

Browse files
committed
remove tblinsuree.familyID as not null
1 parent 16036fa commit f82a35e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Migration script/openIMIS migration latest.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2545,6 +2545,9 @@ CREATE PROCEDURE [dbo].[uspSSRSPremiumCollection]
25452545
END
25462546
GO
25472547

2548+
ALTER TABLE tblInsuree ALTER COLUMN [FamilyID] [int] NULL
2549+
GO
2550+
25482551
IF OBJECT_ID('uspSSRSProductSales', 'P') IS NOT NULL
25492552
DROP PROCEDURE uspSSRSProductSales
25502553
GO

0 commit comments

Comments
 (0)