I have a migration file that creates a materialized view. However, this takes a while and supabase db push is running into a timeout (using their cloud service, managed by CLI)
I tried also export SUPABASE_DB_TIMEOUT=3600 supabase db push but this doesnt help either.
Is there anything I can do?