diff options
author | Sean <sb.groenenboom@student.avans.nl> | 2023-03-24 11:06:35 +0100 |
---|---|---|
committer | Sean <sb.groenenboom@student.avans.nl> | 2023-03-24 11:06:35 +0100 |
commit | e4db9a7af3741cd18acf864c080fd3c59fc2f96c (patch) | |
tree | 12e8a54bb2a03057697ad43ed4bf86dc2947a2f1 /dbinit | |
parent | 4762829867c6db7f9a2f4d60f3ba1a156ecc1c81 (diff) |
Update init.sql
Diffstat (limited to 'dbinit')
-rw-r--r-- | dbinit/init.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbinit/init.sql b/dbinit/init.sql index e39fc6e..c468c9c 100644 --- a/dbinit/init.sql +++ b/dbinit/init.sql @@ -201,3 +201,5 @@ create table if not exists `formula1`.`teamsmember` ( foreign key (`teamsID`) references `formula1`.`teams` (`ID`)); +use `formula1`; + |