diff --git a/Oqtane.Server/Scripts/Notification.01.00.01.00.sql b/Oqtane.Server/Scripts/Tenant.01.00.01.01.sql similarity index 61% rename from Oqtane.Server/Scripts/Notification.01.00.01.00.sql rename to Oqtane.Server/Scripts/Tenant.01.00.01.01.sql index 3acdbf29..76af104c 100644 --- a/Oqtane.Server/Scripts/Notification.01.00.01.00.sql +++ b/Oqtane.Server/Scripts/Tenant.01.00.01.01.sql @@ -6,4 +6,7 @@ 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 \ No newline at end of file