From 67d1279039d507691acb1cbbdd503b683be274b5 Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Mon, 17 Feb 2020 23:30:39 +0100 Subject: [PATCH] Updated sql for new license length --- esx_vehicleshop.sql | 2 +- localization/br_esx_vehicleshop.sql | 2 +- localization/de_esx_vehicleshop.sql | 2 +- localization/en_esx_vehicleshop.sql | 2 +- localization/fi_esx_vehicleshop.sql | 2 +- localization/pl_esx_vehicleshop.sql | 2 +- localization/sv_esx_vehicleshop.sql | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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',