Skip to content

Commit

Permalink
chore: pack_cars database creation and code formatting
Browse files Browse the repository at this point in the history
- Created database
- fxmanifest updated to version 1.0.1
- Improved code formatting
  • Loading branch information
bitpredator committed Feb 29, 2024
1 parent 0584948 commit 8628c4e
Show file tree
Hide file tree
Showing 8 changed files with 1,288 additions and 1,024 deletions.
3 changes: 3 additions & 0 deletions server-data/resources/[bpt_cars]/pack_cars.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
INSERT INTO `vehicles` (name, model, price, category) VALUES
('Porsche 911 R','p911r',190000,'sports')
;
Loading

0 comments on commit 8628c4e

Please sign in to comment.