From 9ce843fc9d982cd1b92b06ec2ffd624f86908a30 Mon Sep 17 00:00:00 2001 From: "Alfonso Saavedra \"Son Link" Date: Sun, 7 Apr 2024 22:32:24 +0200 Subject: [PATCH] The car categories and tracks are now stored in 2 tables in the database, so the 2 files containing this information are no longer used. --- app/Models/CarCatsModel.php | 9 +++++++++ app/Models/TrackCatsModel.php | 9 +++++++++ sdwebserver.sql | 18 +++++++++++++++--- 3 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 app/Models/CarCatsModel.php create mode 100644 app/Models/TrackCatsModel.php diff --git a/app/Models/CarCatsModel.php b/app/Models/CarCatsModel.php new file mode 100644 index 0000000..c48ee98 --- /dev/null +++ b/app/Models/CarCatsModel.php @@ -0,0 +1,9 @@ +