Skip to content

Commit

Permalink
Add class names to SQL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinglykrab authored Jun 6, 2021
1 parent c943ecc commit 4764327
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions utils/sql/git/required/2021_06_06_pet_beastlord_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ CREATE TABLE `pet_beastlord_data` (
-- ----------------------------
-- Records of pet_beastlord_data
-- ----------------------------
INSERT INTO `pet_beastlord_data` VALUES (2, 42, 2, 2, 1, 0);
INSERT INTO `pet_beastlord_data` VALUES (9, 91, 0, 2, 2.5, 0);
INSERT INTO `pet_beastlord_data` VALUES (10, 43, 3, 2, 1, 0);
INSERT INTO `pet_beastlord_data` VALUES (128, 42, 0, 1, 2, 0);
INSERT INTO `pet_beastlord_data` VALUES (130, 63, 0, 2, 0.8, 0);
INSERT INTO `pet_beastlord_data` VALUES (2, 42, 2, 2, 1, 0); -- Barbarian
INSERT INTO `pet_beastlord_data` VALUES (9, 91, 0, 2, 2.5, 0); -- Troll
INSERT INTO `pet_beastlord_data` VALUES (10, 43, 3, 2, 1, 0); -- Ogre
INSERT INTO `pet_beastlord_data` VALUES (128, 42, 0, 1, 2, 0); -- Iksar
INSERT INTO `pet_beastlord_data` VALUES (130, 63, 0, 2, 0.8, 0); -- Vah Shir

SET FOREIGN_KEY_CHECKS = 1;
SET FOREIGN_KEY_CHECKS = 1;

0 comments on commit 4764327

Please sign in to comment.