Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyRoncin committed Nov 21, 2023
1 parent 7e83f02 commit 4bea2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed.sql
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ INSERT INTO `commission` (`id`, `name`, `position`, `color`, `masterCommissionId
('animation_console', 'Animation stand console', 2, '#123456', 'animation'),
('animation_cs2', 'Animation CS2', 3, '#123456', 'animation'),
('animation_lol', 'Animation LoL', 4, '#123456', 'animation'),
('animation_open', 'Animation tournois libre', 5, '#123456', 'animation'),
('animation_open', 'Animation tournoi libre', 5, '#123456', 'animation'),
('animation_pokemon', 'animation Pokémon', 6, '#123456', 'animation'),
('animation_rl', 'Animation Rocket League', 7, '#123456', 'animation'),
('animation_ssbu', 'Animation SSBU', 8, '#123456', 'animation'),
Expand Down

0 comments on commit 4bea2f7

Please sign in to comment.