--use-migra
command does not pick up a DB trigger that was created
#1514
Labels
--use-migra
command does not pick up a DB trigger that was created
#1514
Describe the bug
The
npx supabase db diff --use-migra
command is not picking a new db trigger that was created using the SQL editor locally. It did pick up the function that was created.To Reproduce
Steps to reproduce the behavior:
npx supabase db diff --use-migra
command. This will create a new migration file.Expected behavior
The migration command should pick up the trigger that was created.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: