© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•5mo ago•
2 replies
cj

Supabase `db diff` says "No schema changes found" but `db pull` still creates a WRONG migration

I ran
supabase db reset
supabase db diff
supabase db reset
supabase db diff


to get
Finished supabase db diff on branch main.

No schema changes found
Finished supabase db diff on branch main.

No schema changes found


but when I run
supabase db pull --schema public,auth,storage
supabase db pull --schema public,auth,storage


the cli creates a new migration file
<>_remote_schema.sql
<>_remote_schema.sql
, which drops a many of my postgres functions.

Should I skip running
supabase db pull
supabase db pull
?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

supabase db diff
SupabaseSSupabase / help-and-questions
7mo ago
supabase db pull
SupabaseSSupabase / help-and-questions
13mo ago
supabase db pull
SupabaseSSupabase / help-and-questions
3y ago
supabase db pull created a remote_schema migration that undoes many of my new migrations
SupabaseSSupabase / help-and-questions
13mo ago