diff options
author | emkael <emkael@tlen.pl> | 2016-08-04 09:47:06 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-08-04 09:47:06 +0200 |
commit | ea297b929fb7751ceba86c26a486a5f266d56d5f (patch) | |
tree | 9590b74fc940965e907f84526835257ae8143f66 /import | |
parent | 7eb7e694cc5c66197366da07d959fbe755032663 (diff) |
* Chris Amon'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 826df87..ebb7a22 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 = "2016-08-03" WHERE driverId = 278; -- Chris Amon UPDATE drivers SET dod = "2016-05-21" WHERE driverId = 292; -- Eddie Keizan UPDATE drivers SET dod = "2016-03-31" WHERE driverId = 318; -- Bertil Roos UPDATE drivers SET dod = "2016-01-18" WHERE driverId = 617; -- Mike MacDowel |