- Moved api folder and added alias to avoid ../../../ memes, also deleted useless files

This commit is contained in:
Alexis
2020-06-16 15:31:38 +02:00
parent 82bbf9f7bb
commit df9e857343
14 changed files with 15 additions and 14 deletions

View File

@@ -1,7 +0,0 @@
USE spellsaurus;
/* Fetches a specific spell's school(s) */
SELECT school.name
FROM spells_schools AS sc
INNER JOIN school AS school ON sc.id_school = school.id
WHERE sc.id_spell = 1;