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