diff options
author | emkael <emkael@tlen.pl> | 2021-09-20 12:45:44 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-09-20 12:45:44 +0200 |
commit | 16aef8ea8a1a75a3633c4a7b7bf7aa855ac3aae1 (patch) | |
tree | 75cf65a425cbe18711c5d537deb763dc4e9f8401 | |
parent | 649bda044156b4d705c0dbe2b2a47212b52b7d30 (diff) |
Gerry Ashmore's 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 78b7687..58d1c65 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-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 UPDATE drivers SET dod = "2021-05-04" WHERE driverId = 665; -- Leslie Marr |