How to suppress 'relation "x" already exists, skipping' logs during migration?
It's rather annoyingly clogging up my terminal, I know the tables already exist, but there doesn't seem to be a (documented) way to either suppress the messages or check the database version (and therefore not migrate if the DB is up to date). Any current way to do this?
1 Reply
it's the postgres.js thing, not Drizzle
check its docs