All checks were successful
Build & Deploy Frontend / build-push-deploy (push) Successful in 1m45s
2 lines
118 B
SQL
2 lines
118 B
SQL
-- First, get the 'Other' category ID to use as default
|
|
SELECT id FROM public.categories WHERE name = 'Other' LIMIT 1; |