oso
oso copied to clipboard
DB migrations should run on merge pipeline of monorepo
We should execute the db migrations on the merge pipeline of the monorepo. Things that fail will immediately get kicked out and won't make their way to production (assuming that supabase executes migrations in transactions)
@ravenac95 I think this is done right?