- Removed test data from db files, cleaned structures, and fix other things
This commit is contained in:
@@ -114,8 +114,6 @@ BEGIN
|
||||
END$$
|
||||
DELIMITER ;
|
||||
|
||||
|
||||
|
||||
/* =========== PRIMARY INSERTS =========== */
|
||||
SET NAMES utf8;
|
||||
USE auracle;
|
||||
|
||||
@@ -20,4 +20,16 @@ CALL insertIntoSchoolRange(116, 141, 7);
|
||||
CALL insertIntoSchoolRange(142, 167, 8);
|
||||
CALL insertIntoSchoolRange(168, 193, 9);
|
||||
CALL insertIntoSchoolRange(194, 217, 10);
|
||||
|
||||
CALL insertIntoSchoolRange(218, 220, 11);
|
||||
CALL insertIntoSchoolRange(221, 242, 12);
|
||||
CALL insertIntoSchoolRange(243, 257, 13);
|
||||
CALL insertIntoSchoolRange(258, 272, 14);
|
||||
CALL insertIntoSchoolRange(273, 283, 15);
|
||||
CALL insertIntoSchoolRange(284, 301, 16);
|
||||
CALL insertIntoSchoolRange(302, 322, 17);
|
||||
CALL insertIntoSchoolRange(323, 339, 19);
|
||||
CALL insertIntoSchoolRange(340, 341, 20);
|
||||
CALL insertIntoSchoolRange(342, 356, 21);
|
||||
CALL insertIntoSchoolRange(357, 387, 22);
|
||||
CALL insertIntoSchoolRange(388, 396, 24);
|
||||
CALL insertIntoSchoolRange(397, 403, 25);
|
||||
|
||||
Reference in New Issue
Block a user