mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
Fixed invalid sql file
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ CREATE TABLE `vehicle_sold` (
|
||||
`date` VARCHAR(50) NOT NULL,
|
||||
|
||||
PRIMARY KEY (`plate`)
|
||||
)
|
||||
);
|
||||
|
||||
CREATE TABLE `owned_vehicles` (
|
||||
`owner` varchar(30) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user