Angelo Dias

Results 7 comments of Angelo Dias

Is this project still maintained?

@macMikey I did something similar and it didn't work. I'll try your way. See: https://github.com/supabase/cli/issues/3678

@macMikey this _kinda_ worked. I need to add more fields to it: ``` BEGIN; ALTER TABLE auth.users ALTER COLUMN confirmation_token DROP NOT NULL; ALTER TABLE auth.users ALTER COLUMN recovery_token DROP...

@GaryAustin1 , hmmm yeah, that's bad. How am I supposed to seed auth then? Because I was doing an ugly workaround that does the db reset without seeding, run a...

@macMikey I added a suggestion to the PR (as I can't change it directly). And I think we're in unison here: it's a hack. It's bad. If there's a better...

So maybe suggesting a .js file that can be run before the seeds? I'd love to implement something like that but I have never touched go before.