diff --git a/esx_vehicleshop.sql b/esx_vehicleshop.sql index 29ec7cae..eb70f9b2 100644 --- a/esx_vehicleshop.sql +++ b/esx_vehicleshop.sql @@ -38,7 +38,7 @@ CREATE TABLE `vehicle_sold` ( ); CREATE TABLE `owned_vehicles` ( - `owner` varchar(22) NOT NULL, + `owner` varchar(40) NOT NULL, `plate` varchar(12) NOT NULL, `vehicle` longtext, `type` VARCHAR(20) NOT NULL DEFAULT 'car', diff --git a/localization/br_esx_vehicleshop.sql b/localization/br_esx_vehicleshop.sql index 5a6db334..b693bc07 100644 --- a/localization/br_esx_vehicleshop.sql +++ b/localization/br_esx_vehicleshop.sql @@ -38,7 +38,7 @@ CREATE TABLE `vehicle_sold` ( ); CREATE TABLE `owned_vehicles` ( - `owner` varchar(22) NOT NULL, + `owner` varchar(40) NOT NULL, `plate` varchar(12) NOT NULL, `vehicle` longtext, `type` VARCHAR(20) NOT NULL DEFAULT 'car', diff --git a/localization/de_esx_vehicleshop.sql b/localization/de_esx_vehicleshop.sql index 2bdb37e7..65623800 100644 --- a/localization/de_esx_vehicleshop.sql +++ b/localization/de_esx_vehicleshop.sql @@ -38,7 +38,7 @@ CREATE TABLE `vehicle_sold` ( ); CREATE TABLE `owned_vehicles` ( - `owner` varchar(22) NOT NULL, + `owner` varchar(40) NOT NULL, `plate` varchar(12) NOT NULL, `vehicle` longtext, `type` VARCHAR(20) NOT NULL DEFAULT 'car', diff --git a/localization/en_esx_vehicleshop.sql b/localization/en_esx_vehicleshop.sql index ef2c803f..aec45099 100644 --- a/localization/en_esx_vehicleshop.sql +++ b/localization/en_esx_vehicleshop.sql @@ -38,7 +38,7 @@ CREATE TABLE `vehicle_sold` ( ); CREATE TABLE `owned_vehicles` ( - `owner` varchar(22) NOT NULL, + `owner` varchar(40) NOT NULL, `plate` varchar(12) NOT NULL, `vehicle` longtext, `type` VARCHAR(20) NOT NULL DEFAULT 'car', diff --git a/localization/fi_esx_vehicleshop.sql b/localization/fi_esx_vehicleshop.sql index 7d88a3c6..5194acb4 100644 --- a/localization/fi_esx_vehicleshop.sql +++ b/localization/fi_esx_vehicleshop.sql @@ -38,7 +38,7 @@ CREATE TABLE `vehicle_sold` ( ); CREATE TABLE `owned_vehicles` ( - `owner` varchar(22) NOT NULL, + `owner` varchar(40) NOT NULL, `plate` varchar(12) NOT NULL, `vehicle` longtext, `type` VARCHAR(20) NOT NULL DEFAULT 'car', diff --git a/localization/pl_esx_vehicleshop.sql b/localization/pl_esx_vehicleshop.sql index a0b1bd49..c94d1055 100644 --- a/localization/pl_esx_vehicleshop.sql +++ b/localization/pl_esx_vehicleshop.sql @@ -38,7 +38,7 @@ CREATE TABLE `vehicle_sold` ( ); CREATE TABLE `owned_vehicles` ( - `owner` varchar(22) NOT NULL, + `owner` varchar(40) NOT NULL, `plate` varchar(12) NOT NULL, `vehicle` longtext, `type` VARCHAR(20) NOT NULL DEFAULT 'car', diff --git a/localization/sv_esx_vehicleshop.sql b/localization/sv_esx_vehicleshop.sql index c52539e3..176b11ff 100644 --- a/localization/sv_esx_vehicleshop.sql +++ b/localization/sv_esx_vehicleshop.sql @@ -38,7 +38,7 @@ CREATE TABLE `vehicle_sold` ( ); CREATE TABLE `owned_vehicles` ( - `owner` varchar(22) NOT NULL, + `owner` varchar(40) NOT NULL, `plate` varchar(12) NOT NULL, `vehicle` longtext, `type` VARCHAR(20) NOT NULL DEFAULT 'car',