latest ESX uses license not steamid

This commit is contained in:
Henric Backman
2020-05-10 00:43:32 +02:00
committed by GitHub
parent 1cddd4385a
commit a31f860f91
+2 -2
View File
@@ -19,7 +19,7 @@ SET time_zone = "+00:00";
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `esx_standalone`
-- Database: `es_extended`
--
-- --------------------------------------------------------
@@ -29,7 +29,7 @@ SET time_zone = "+00:00";
--
CREATE TABLE `user_lastcharacter` (
`steamid` varchar(255) NOT NULL,
`license` varchar(255) NOT NULL,
`charid` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
COMMIT;