- [API] Added getSchool, getSchools, and addSchools
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DROP DATABASE IF EXISTS spellsaurus;
|
||||
CREATE DATABASE spellsaurus CHARACTER SET utf8 COLLATE utf8_bin;
|
||||
USE spellsaurus;
|
||||
DROP DATABASE IF EXISTS auracle;
|
||||
CREATE DATABASE auracle CHARACTER SET utf8 COLLATE utf8_bin;
|
||||
USE auracle;
|
||||
|
||||
/* ==== PRIMARY TABLES ==== */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SET NAMES utf8;
|
||||
USE spellsaurus;
|
||||
USE auracle;
|
||||
|
||||
-- META SCHOOLS
|
||||
INSERT INTO `meta_school` (name, description) VALUES
|
||||
@@ -219,6 +219,7 @@ INSERT INTO `variable` (description) VALUES
|
||||
/*
|
||||
SCHEMA
|
||||
(id_spell, id_school),
|
||||
|
||||
*/
|
||||
|
||||
DELIMITER $$
|
||||
Reference in New Issue
Block a user