Skip to content

Commit

Permalink
Changed efault createdAt date to 0. (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElanHasson authored Feb 13, 2022
1 parent ce53fb9 commit e74ce22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public async Task<List<ScheduledTask>> GetScheduledTasksAsync(
m.PayloadJson,
'$'
COLUMNS(
CreatedAt varchar(100) PATH '$.createdAt' DEFAULT '2022-02-13 14:50:28' ON EMPTY
CreatedAt varchar(100) PATH '$.createdAt' DEFAULT '0' ON EMPTY
)
) AS tt
ON m.GrainTypeString='WebScheduler.Grains.Scheduler.ScheduledTaskGrain,WebScheduler.Grains.ScheduledTaskMetadata'
Expand Down

0 comments on commit e74ce22

Please sign in to comment.