-- Seed data for testing (optional) -- This is example seed data -- In production, users will sign up and get credits automatically -- Example: Add bonus credits to specific users -- UPDATE public.users SET credits = credits + 500 WHERE email = 'test@example.com'; -- You can also add example generations for testing -- (This would typically be done through the API)