Closed tvogel closed 1 month ago
Thanks for reporting this bug. It's actually caused by a null value in your migration history table. I will push a fix to handle this client side. Meanwhile, you can also repair the history table by reverting the bad entry
supabase migration repair 20230501231133 --status reverted
Thank you for the explanation and the fix! 🪡
Description When running
supabase migration fetch
, I receiveTo Reproduce I am actually not sure - might depend on the specific project.
Expected behavior The migration data should be downloaded from the linked project.
System information Rerun the failing command with
--create-ticket
flag.