- Fixed SQL injection ""issue""

And various code cleaning things for spell route
This commit is contained in:
Alexis
2020-05-14 21:02:38 +02:00
parent 412402404b
commit 0766487309
7 changed files with 171 additions and 95 deletions

View File

@@ -1,5 +1,5 @@
DROP DATABASE IF EXISTS spellsaurus;
CREATE DATABASE spellsaurus;
CREATE DATABASE spellsaurus CHARACTER SET utf8 COLLATE utf8_bin;
USE spellsaurus;
/* ==== PRIMARY TABLES ==== */

View File

@@ -1,3 +1,5 @@
SET NAMES utf8;
-- META SCHOOLS
INSERT INTO `meta_school` VALUES
(1, 'Magies blanches', 'Magies disciplinant les arts de soins et de lumières.'),