mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
@@ -0,0 +1,32 @@
|
||||
### Description
|
||||
|
||||
<!-- What does this PR do? Summarize the feature, fix, or improvement. -->
|
||||
|
||||
---
|
||||
|
||||
### Motivation
|
||||
|
||||
<!-- Why are these changes necessary? What problem does it solve? -->
|
||||
|
||||
---
|
||||
|
||||
### Implementation Details
|
||||
|
||||
<!-- How is it implemented? Highlight key technical decisions or logic. -->
|
||||
|
||||
---
|
||||
|
||||
### Usage Example
|
||||
|
||||
```lua
|
||||
-- Add example usage here
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### PR Checklist
|
||||
|
||||
- [ ] My commit messages and PR title follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard.
|
||||
- [ ] My changes have been tested locally and function as expected.
|
||||
- [ ] My PR does not introduce any breaking changes.
|
||||
- [ ] I have provided a clear explanation of what my PR does, including the reasoning behind the changes and any relevant context.
|
||||
+1
-1
@@ -488,7 +488,7 @@ INSERT INTO `vehicles` (`name`, `model`, `price`, `category`) VALUES
|
||||
('Cognoscenti Cabrio', 'cogcabrio', 55000, 'coupes'),
|
||||
('Cognoscenti', 'cognoscenti', 55000, 'sedans'),
|
||||
('Comet', 'comet2', 65000, 'sports'),
|
||||
('Comet 5', 'comet5', 1145000, 'sports'),
|
||||
('Comet SR', 'comet5', 1145000, 'sports'),
|
||||
('Contender', 'contender', 70000, 'suvs'),
|
||||
('Coquette', 'coquette', 65000, 'sports'),
|
||||
('Coquette Classic', 'coquette2', 40000, 'sportsclassics'),
|
||||
|
||||
Reference in New Issue
Block a user