Reoccurring issue with supabase db diff keeping old data
🟢SQL
Hey!
I've noticed this glitch/bug everytime for a few months whenever I use supabase db diff... what happens is it seems to continue to pull old data despite my production database already implementing it? I always have to manually remove specific lines from the generated file in order to push it, and what's weird is that the times when I would just attempt to push it without removing anything, I'd get bugs.
I've uploaded my file, and everything besides the
create or replace view "autosend"."profile" as SELECT autosend.id, ....
create or replace view "autosend"."profile" as SELECT autosend.id, ....
always gets readded always when I create a new diff file. Why is that?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.