mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
latest ESX uses license not steamid
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user