From 3a2e5e7eb46453fdfbc0b7d22dc16890711e2c52 Mon Sep 17 00:00:00 2001 From: ArkSeyonet <31637812+ArkSeyonet@users.noreply.github.com> Date: Tue, 10 Oct 2017 06:25:27 -0500 Subject: [PATCH 1/6] Update esx_identity.sql --- esx_identity.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/esx_identity.sql b/esx_identity.sql index eec9e241..55dbfd88 100644 --- a/esx_identity.sql +++ b/esx_identity.sql @@ -7,3 +7,13 @@ ALTER TABLE `users` ADD COLUMN `sex` VARCHAR(10) NULL DEFAULT '', ADD COLUMN `height` VARCHAR(5) NULL DEFAULT '' ; + +CREATE TABLE `characters` ( + + `identifier` varchar(255) NOT NULL, + `firstname` varchar(255) NOT NULL, + `lastname` varchar(255) NOT NULL, + `dateofbirth` varchar(255) NOT NULL, + `sex` varchar(1) NOT NULL DEFAULT 'f', + `height` varchar(128) NOT NULL +); From d2f91fbaa267f39b06f282ba2568e82a4dad5e71 Mon Sep 17 00:00:00 2001 From: ArkSeyonet <31637812+ArkSeyonet@users.noreply.github.com> Date: Tue, 10 Oct 2017 06:26:50 -0500 Subject: [PATCH 2/6] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 313a718b..f063e967 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,12 @@ Commands: /delchar 1,2,3 ``` - -Notice: -`Drop the characters table, it is no longer used` - Credits: `Script Created By: ArkSeyonet @Ark` Licensing: `This script uses GNU GPLv3` +Notice: +`This version is not compatible with ES5, you must use https://github.com/ArkSeyonet/esx_identity_es5 if you are using es5` + From 240e83fb8c136fcf4b21260b52356879b3ef68ec Mon Sep 17 00:00:00 2001 From: ArkSeyonet <31637812+ArkSeyonet@users.noreply.github.com> Date: Tue, 10 Oct 2017 06:27:15 -0500 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f063e967..10c088fa 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,5 @@ Licensing: `This script uses GNU GPLv3` Notice: -`This version is not compatible with ES5, you must use https://github.com/ArkSeyonet/esx_identity_es5 if you are using es5` +``This version is not compatible with ES5, you must use https://github.com/ArkSeyonet/esx_identity_es5 if you are using es5 From 0c305772610793b4b42b02aa1d82c7709bfd5b88 Mon Sep 17 00:00:00 2001 From: ArkSeyonet <31637812+ArkSeyonet@users.noreply.github.com> Date: Tue, 10 Oct 2017 06:27:48 -0500 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10c088fa..0a38cfb6 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,5 @@ Licensing: `This script uses GNU GPLv3` Notice: -``This version is not compatible with ES5, you must use https://github.com/ArkSeyonet/esx_identity_es5 if you are using es5 +`This version is not compatible with ES5, you must use the new version if you are using es5` https://github.com/ArkSeyonet/esx_identity_es5 From 5eec6b6ad98d9dd2e29ec45efdafbe02b4e784e9 Mon Sep 17 00:00:00 2001 From: ArkSeyonet <31637812+ArkSeyonet@users.noreply.github.com> Date: Tue, 10 Oct 2017 06:28:09 -0500 Subject: [PATCH 5/6] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a38cfb6..e2d997bb 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,6 @@ Licensing: `This script uses GNU GPLv3` Notice: -`This version is not compatible with ES5, you must use the new version if you are using es5` https://github.com/ArkSeyonet/esx_identity_es5 + +This version is not compatible with ES5, you must use the new version if you are using es5 => https://github.com/ArkSeyonet/esx_identity_es5 From e6c9d317150debe1acf0312bae7cfa6342ee2041 Mon Sep 17 00:00:00 2001 From: ArkSeyonet <31637812+ArkSeyonet@users.noreply.github.com> Date: Tue, 10 Oct 2017 06:28:39 -0500 Subject: [PATCH 6/6] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e2d997bb..16060125 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,5 @@ Credits: Licensing: `This script uses GNU GPLv3` -Notice: - This version is not compatible with ES5, you must use the new version if you are using es5 => https://github.com/ArkSeyonet/esx_identity_es5