supabase db diff --linked not working

I am having a problem syncing my supabase cli with remote database. When i run supabase db diff --linked (to check if everything is in sync) i get bunch of diffed SQL's. The problem is everyting in that diff is already applied on both remote and local. Because of that I decided to make the remote as a source of truth and run supabase db pull and supabase db push to apply the migration, but I am still getiing the same dfff SQL's. olease need help.
Was this page helpful?