mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
Minor adjustments, changed sql database name
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
CREATE DATABASE IF NOT EXISTS `essentialmode`;
|
||||
USE `essentialmode`;
|
||||
CREATE DATABASE IF NOT EXISTS `es_extended`;
|
||||
USE `es_extended`;
|
||||
|
||||
CREATE TABLE `users` (
|
||||
`identifier` VARCHAR(40) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user