diff options
author | emkael <emkael@tlen.pl> | 2021-11-10 02:27:35 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-11-10 02:27:35 +0100 |
commit | 7e40ce8306e3aff1c3e7f4827e158d227323ad8b (patch) | |
tree | 3dfe9ada8c27fefceae7e5b0a1fb425f2386e3c3 | |
parent | 9748e2fb4d22002a86aaa3daada6b39a13264134 (diff) |
Mike Harris' death date
-rw-r--r-- | import/11_death_dates.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/import/11_death_dates.sql b/import/11_death_dates.sql index 3da62b8..1c44a1c 100644 --- a/import/11_death_dates.sql +++ b/import/11_death_dates.sql @@ -1,4 +1,5 @@ ALTER TABLE drivers ADD dod DATE NULL AFTER dob; +UPDATE drivers SET dod = "2021-11-08" WHERE driverId = 472; -- Mike Harris UPDATE drivers SET dod = "2021-09-22" WHERE driverId = 425; -- Nino Vaccarella UPDATE drivers SET dod = "2021-08-25" WHERE driverId = 460; -- Gerry Ashmore UPDATE drivers SET dod = "2021-08-04" WHERE driverId = 336; -- Graham McRae |