erp-cicd/my-access-hub-main/supabase/migrations/20250808163717_71cdc6f2-9bdd-4539-8dc1-6afe9550328d.sql
Ali 20e95c2fb6
Some checks failed
Build & Deploy Frontend / build-push-deploy (push) Failing after 15s
pushing all
2025-08-30 11:51:11 +05:30

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;