Fixed the sql script file name and added update for null values.
This commit is contained in:
parent
40571bfb6e
commit
7d89670930
|
@ -7,3 +7,6 @@ Version 1.0.1 Notification migration script
|
|||
ALTER TABLE [dbo].[Notification] ADD
|
||||
[SendOn] [datetime] NULL
|
||||
GO
|
||||
|
||||
UPDATE [dbo].[Notification] SET SendOn = CreatedOn WHERE SendOn IS NULL
|
||||
GO
|
Loading…
Reference in New Issue
Block a user