testing routes
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 2m23s

This commit is contained in:
2025-11-29 05:29:38 -08:00
parent 9e5c2047f7
commit bf0bf9ae21
22 changed files with 774 additions and 44 deletions

View File

@@ -260,5 +260,6 @@ INSERT INTO public.achievements (name, description, icon, points_value) VALUES
('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),
('First Favorite', 'Mark a recipe as one of your favorites.', 'heart', 5),
('First Fork', 'Make a personal copy of a public recipe.', 'git-fork', 10)
('First Fork', 'Make a personal copy of a public recipe.', 'git-fork', 10),
('First Budget Created', 'Create your first budget to track spending.', 'piggy-bank', 15)
ON CONFLICT (name) DO NOTHING;