Squash Expected Behavior
[lots...]. times.... [squashed]. ...
Composite key foreign key issue

Migration History
npx supbase migration list
npx supbase migration list
npx supbase migration list --local
npx supbase migration list --local
npx supbase migration list --linked
npx supbase migration list --linked
Restart database
Can you add a unique to an existing table? supabase + drizzle
unique().on()
for a table that holds voter ballots. š« I thought everything was fine and dandy and no duplicates were being inserted into the DB until this week when I noticed some. š¬
The schema for this table looks like
```ts...Noob dev question on FastAPI + Supabase best practices for security + image storage
Has someone used https://jsr.io/@astral/astral successfully with edge functions?
Feature Request. Add schema exposure to config.toml
Should staging use a db reset or be treated like production?
supabase db reset
in my staging environments gh action file, so each time I push something I get a fresh staging env with all the migrations and seed data (seed.sql + Python script for images in buckets).
But this is giving me some trouble because, contrary to what happens locally (supabase db reset
also cleans up all the buckets), the buckets in staging stay where they are. That means Iād have to clean them up manually after each push, or my GH Action will fail when trying to recreate a bucket (buckets are created as DB entries and thus are part of the migrations)....My payment is not getting processed for my Supabase Pro plan.
AUTH - email
Edge Function Report

Snowflake foreign data wrapper is not getting integrated
Best way to (quickly) reset between tests/after all tests?
npx supabase db reset
if I want to reset my database to the seeded state for local testing?
I'd imagine transactions could perhaps solve this, but I can't use those with the supabase-js client.
If I run supabase db reset
, then I get the functionality I want, but the entire Docker stack is reset, which takes quite a long time (comparitively, for simple testing).
I can manually track the changes I think I'm making, and then try and invert those changes and use the service_role key to delete/un-update etc, but this doubles the amount of code to write, and potentially requires specific code in tests that I'd rather avoid......Unable to add third party auth to supabase branch using cli or rest api
Pausing a project issue
Feature Request: Raise the 2 project free tier limit on Supabase