diff options
author | emkael <emkael@tlen.pl> | 2021-10-13 15:12:19 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-10-13 15:12:19 +0200 |
commit | 9748e2fb4d22002a86aaa3daada6b39a13264134 (patch) | |
tree | 5222c88dc35e62b3fa2c0cc313d6104db0a0c1c9 /import | |
parent | 16aef8ea8a1a75a3633c4a7b7bf7aa855ac3aae1 (diff) |
Nino Vaccarella's death date
Diffstat (limited to 'import')
-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 58d1c65..3da62b8 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-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 UPDATE drivers SET dod = "2021-07-07" WHERE driverId = 199; -- Carlos Reutemann |