diff options
author | emkael <emkael@tlen.pl> | 2021-07-12 15:49:56 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-07-12 15:49:56 +0200 |
commit | 354fed5123feb2953e932bee37a8c3578ce7e757 (patch) | |
tree | 36d53f343ace22f96b013cedb38e4fa65495491d /import | |
parent | 309c4141f1514cb439bf9393a6d54f9864be2ecb (diff) |
Carlos Reutemann'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 61dede3..d592ea5 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-07-07" WHERE driverId = 199; -- Carlos Reutemann UPDATE drivers SET dod = "2021-05-04" WHERE driverId = 665; -- Leslie Marr UPDATE drivers SET dod = "2021-05-02" WHERE driverId = 381; -- Bobby Unser UPDATE drivers SET dod = "2021-03-22" WHERE driverId = 174; -- Johnny Dumfries |