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