users get notified whenever a task is done completely, not per step #78
@@ -5,4 +5,4 @@ ALTER TYPE "LabCaseActivityType" ADD VALUE 'CASE_COMPLETED';
|
||||
ALTER TYPE "UserNotificationType" ADD VALUE 'CASE_COMPLETED';
|
||||
|
||||
-- Step-level TASK_COMPLETED inbox rows were spam; case-complete uses CASE_COMPLETED going forward.
|
||||
DELETE FROM "UserNotification" WHERE type = 'TASK_COMPLETED';
|
||||
DELETE FROM "user_notifications" WHERE type = 'TASK_COMPLETED';
|
||||
|
||||
Reference in New Issue
Block a user