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

Mock data for the achievement table.

parent f537acfc
No related branches found
No related tags found
No related merge requests found
......@@ -312,4 +312,17 @@ VALUES
(5, 100000000036, '2023-04-20 19:30:00', 6, 'pieces'),
(6, 100000000003, '2023-04-20 20:00:00', 1, 'kilogram'),
(1, 100000000034, '2023-04-20 20:30:00', 250, 'grams'),
(4, 100000000002, '2023-04-20 21:00:00', 1, 'bunch');
\ No newline at end of file
(4, 100000000002, '2023-04-20 21:00:00', 1, 'bunch');
INSERT INTO achievement (achievement_name, achievement_description)
VALUES
('Novice', 'Reached level 10'),
('Apprentice', 'Reached level 20'),
('Journeyman', 'Reached level 30'),
('Expert', 'Reached level 40'),
('Master', 'Reached level 50'),
('Legend', 'Reached level 60'),
('Myth', 'Reached level 70'),
('Epic', 'Reached level 80'),
('Godlike', 'Reached level 90'),
('Immortal', 'Reached level 100');
\ 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