avniproject / avni-server

Backend APIs for Avni
https://avniproject.org
GNU Affero General Public License v3.0
7 stars 25 forks source link

Fix entries returned by 'Custom Dashboard Entities created before EOL1 and modified after EOL1 in Prod' #805

Open mahalakshme opened 1 week ago

mahalakshme commented 1 week ago

Process:

AC:

himeshr commented 1 week ago

For Uninhibited, have updated the lastModifiedDateTime for reportCards using below sql.

update report_card
set last_modified_date_time = '2024-09-26 15:21:31.657 +00:00'::timestamptz+ (random() * 1000 * (interval '1 millisecond'))
where id in (
        2987, 2983, 2990, 2984, 2989, 2986, 2985, 2988
    );

Max lastModifiedDateTime for Uninhibited org's reportCards is "2024-09-26 15:21:32.436 +00:00".