mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 19:01:35 +00:00
a6bdce89f3
Update database name from `essentialmode` to `es_extended`
8 lines
115 B
SQL
8 lines
115 B
SQL
USE `es_extended`;
|
|
|
|
CREATE TABLE `whitelist` (
|
|
`identifier` varchar(40) NOT NULL,
|
|
|
|
PRIMARY KEY (`identifier`)
|
|
);
|