diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-04-09 13:12:55 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-04-09 13:12:55 +0200 |
commit | c804c2c158ea5b785311d0f453e717b33208b866 (patch) | |
tree | fa4d7131b50c42d162ca5b3ea67407c6867f3a00 /dbinit/reset.sql | |
parent | 26bd867457693479582669479959b7b96cab16e8 (diff) |
update schema
Diffstat (limited to 'dbinit/reset.sql')
-rw-r--r-- | dbinit/reset.sql | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dbinit/reset.sql b/dbinit/reset.sql index b11d723..b62b2ea 100644 --- a/dbinit/reset.sql +++ b/dbinit/reset.sql @@ -5,13 +5,11 @@ drop table if exists `formula1`.`function`; drop table if exists `formula1`.`member`; drop table if exists `formula1`.`specialposition`; drop table if exists `formula1`.`endposition`; -drop table if exists `formula1`.`fastestlap`; drop table if exists `formula1`.`racetype`; drop table if exists `formula1`.`racedate`; drop table if exists `formula1`.`race`; -drop table if exists `formula1`.`endpositionrace`; +drop table if exists `formula1`.`raceresult`; drop table if exists `formula1`.`nationality`; drop table if exists `formula1`.`membernationality`; -drop table if exists `formula1`.`racedatecircuit`; drop table if exists `formula1`.`teams`; drop table if exists `formula1`.`teamsmember`; |