diff options
author | emkael <emkael@tlen.pl> | 2015-03-04 22:51:21 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-03-04 22:51:21 +0100 |
commit | 6cbb8e9853152cdb3cfdade3f512bc20b4b0b034 (patch) | |
tree | 7c588da62875e2d8b81f44114470677702e4cc8f /import | |
parent | abb8093097329595133d0671ca65f2e16e125032 (diff) |
* README files completed
Diffstat (limited to 'import')
-rw-r--r-- | import/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/import/README.md b/import/README.md index 7e7b2ab..058356d 100644 --- a/import/README.md +++ b/import/README.md @@ -42,3 +42,5 @@ All the script does is running all the 01?_*.sql scripts against selected databa * `01c_constraints.sql` - creating foreign key constraints on all foreign keys in the database Provided, there's also the `10_fixes.sql` SQL script. It contains fixes for factual errors in the database which have been [reported upstream](http://ergast.com/mrd/bugs), but are yet to have fixes available in the dump. + +Note that some data in the original database could easily be normalized - countries, nationalities and such things would work beatifully in a dictionary. I've decided not to include any such normalization for backwards compatibility - all of the queries against the original, vanilla database, work identically against the tweaked database. |