From 9e6b9b28249dc2c3745e243562c898d123cdcb4a Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Tue, 14 Apr 2020 16:47:07 +0200 Subject: [PATCH] 2020 update --- README.md | 2 +- esx_addonaccount.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5803bbf8..6fea3a59 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ end) ### License esx_addonaccount - addon account for ESX -Copyright (C) 2015-2019 Jérémie N'gadi +Copyright (C) 2015-2020 Jérémie N'gadi This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version. diff --git a/esx_addonaccount.sql b/esx_addonaccount.sql index fcbbb6b5..59664ce0 100644 --- a/esx_addonaccount.sql +++ b/esx_addonaccount.sql @@ -1,4 +1,4 @@ -USE `essentialmode`; +USE `es_extended`; CREATE TABLE `addon_account` ( `name` VARCHAR(60) NOT NULL,