Bobbie Soedirgo

Results 267 comments of Bobbie Soedirgo

You can also use wildcards with the include directive iirc, so both approaches should be fine. (Somehow I can't find where the reference is for the directives, so we should...

Hey @wilhuff, sorry for the late response, and thanks for the thorough description! This has been brewing in my mind for a while - I think it's time to put...

I see, agree that pre- and post-migrations scripts are enough for now. I'll go ahead with that then :+1:

This is related to https://github.com/supabase/cli/issues/96#issuecomment-1000255696. Basically migrations can't handle `auth.users` triggers until we (Supabase) rethink db permissions.

Yeah, I think the workaround for now is to put it in `supabase/seed.sql`.

Nope, it doesn't get pushed, so for now you'd have to manually keep it in sync.

I'll keep this open if you don't mind so others are aware this is being worked on. Similar issues: - https://github.com/supabase/cli/issues/61 - https://github.com/supabase/cli/issues/96

Hey @alemontesdev, I think this is just a limitation of the generated migrations - there's no easy way to include auth.users triggers without also including schema changes on the auth.users...

This is fixed as of 14.1.0.66. Thanks for the patience!