iris_backend / check_buckets.sql
Muhammed Sameer
Initial commit - Iris Full (under development)
ea9ca44
-- Check what storage buckets exist in your project
SELECT id, name, public, file_size_limit, allowed_mime_types, created_at
FROM storage.buckets
ORDER BY created_at;