Skip to content
Snippets Groups Projects
Commit 89567b07 authored by Pedro Pablo Cardona Arroyave's avatar Pedro Pablo Cardona Arroyave
Browse files

Mock data for the achievements_groups table.

parent 55af037d
No related branches found
No related tags found
No related merge requests found
......@@ -325,4 +325,16 @@ VALUES
('Myth', 'Reached level 70'),
('Epic', 'Reached level 80'),
('Godlike', 'Reached level 90'),
('Immortal', 'Reached level 100');
\ No newline at end of file
('Immortal', 'Reached level 100');
INSERT INTO achievements_groups (achievement_name, group_id) VALUES
('Novice', 2),
('Apprentice', 2),
('Journeyman', 3),
('Expert', 4),
('Master', 5),
('Legend', 5),
('Myth', 5),
('Epic', 6),
('Godlike', 6),
('Immortal', 6);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment