Skip to content

Commit

Permalink
#663 | Force update last_modified_date_time of user_subject_assignmen…
Browse files Browse the repository at this point in the history
…t and group_subject to ensure missed out entities are synced
  • Loading branch information
himeshr committed Dec 20, 2023
1 parent bff96db commit f022591
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
update user_subject_assignment
set last_modified_date_time = current_timestamp(3) + id * interval '1 millisecond';

update group_subject
set last_modified_date_time = current_timestamp(3) + id * interval '1 millisecond';

0 comments on commit f022591

Please sign in to comment.