This commit is contained in:
Mike Casas
2020-06-18 06:13:15 -04:00
parent 9e633d2d6d
commit ab8a1e7324
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/*
Version 1.0.1 Notification migration script
*/
ALTER TABLE [dbo].[Notification] ADD
[SendOn] [datetime] NULL
GO