I'm hitting the free tier storage quota on Supabase, but when I delete rows from my tables, the table size isn't going down.
Has anyone else run into this? Is there an operation I need to run to actually reclaim the space, or am I missing something obvious?
I have tried running VACUUM commands in the SQL editor but it keeps throwing a 'ERROR: 25001: VACUUM cannot run inside a transaction block'