Minor adjustments, changed sql database name

This commit is contained in:
ElPumpo
2020-04-14 16:45:28 +02:00
parent 5f9fc94c4d
commit bd76482cae
5 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -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,