Updating values to columns missing from migration script

Is there a reason why my migration script does not contain the values that I have transferred to my new columns that I have setup.

this is messing with my workflow and github actions and is pretty annoying. I am using husky to create theme locally and they update with every commit.

is using husky for this good practice? should i just let gha take care of this?

Where is my missing sql queries to update my table?

command I am using:
npx supabase db diff --debug --use-migra -f testing
Was this page helpful?