fixed bugs on migration

develop
bvn13 2020-04-19 04:09:15 +03:00
parent e5a9fcc3ad
commit 567d8d7841
1 changed files with 1 additions and 1 deletions

View File

@ -101,4 +101,4 @@ from public.covid_statistics as s
inner join public.update_info as u_old
on u_old.id = s.update_info_id
inner join covid.cvd_updates as u_new
on u_new.datetime = u_old.datetime;
on u_new.created_on = u_old.created_on;