Hi all!
I've an issue. I've put new fields in one of my schema model, but they doesn't show up in production.
Everything is working in development mode (when i visit my website in the localhost), but in production (when i visit my url website) the new fields doen't show up.
I'm hosting my Postgresql database on Supabase, i've also tried to make another database from scratch, but just these new fields just doesn't show up in production mode.
I've tried everything, from npx migrate dev/deploy to db push, and as i said, even to create a new database from scratch! But nothing worked.
I think this is a really strange issue, am i missing something?