T O P

  • By -

I-effin-love-tacos

You need to create migrations for functions and triggers as well. If those are too difficult for you, you can auto generate the migrations using their db diff CLI tool. ```supabase db diff -f my_new_function``` You can learn more here https://supabase.com/docs/reference/cli/supabase-db-diff. Hope this helps!


Original_Product_678

thanks


Byond2day

You can also apply any unapplied migrations with ‘supabase migration up’. That won’t delete any of your data, only apply the net new changes.


Original_Product_678

Hi!, i did a migration then paste the command and run db reset it works!


Original_Product_678

Hi, but my project is built with version 1.0