Skip to content

Commit 2f86ca0

Browse files
authored
Merge pull request openimis#131 from openimis/feature/OP-248
OP-248: Remove hardcodded _CompanyName in EmailHandler
2 parents 3c5a37c + a264a90 commit 2f86ca0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sql/migrations/1_migration_latest.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9408,4 +9408,9 @@ GO
94089408

94099409
IF COL_LENGTH(N'tblIMISDefaults', N'BypassReviewClaim') IS NULL
94109410
ALTER TABLE tblIMISDefaults ADD [BypassReviewClaim] BIT NOT NULL DEFAULT (0)
9411-
GO
9411+
GO
9412+
9413+
--OP-248
9414+
IF COL_LENGTH(N'tblEmailSettings', N'SenderDisplayName') IS NULL
9415+
ALTER TABLE tblEmailSettings ADD SenderDisplayName NVARCHAR(255) NULL
9416+
GO

0 commit comments

Comments
 (0)