all the new shiny things
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 15m54s

This commit is contained in:
2026-01-11 02:02:33 -08:00
parent 9815eb3686
commit 4e22213cd1
37 changed files with 5636 additions and 375 deletions

View File

@@ -260,6 +260,7 @@ ON CONFLICT (name) DO NOTHING;
-- 9. Pre-populate the achievements table.
INSERT INTO public.achievements (name, description, icon, points_value) VALUES
('Welcome Aboard', 'Join the community by creating your account.', 'user-check', 5),
('First Recipe', 'Create your very first recipe.', 'chef-hat', 10),
('Recipe Sharer', 'Share a recipe with another user for the first time.', 'share-2', 15),
('List Sharer', 'Share a shopping list with another user for the first time.', 'list', 20),