drizzle-kit push:pg before, but that gives problems in our automated workflow because it asks interactively in case of deletions.node-postgres) but that gives errors because columns already exist for ADD COLUMN statements. I've searched the discord and followed the suggestion to edit the migration files and add IF NOT EXISTS, that worked. RENAME COLUMN, and that operation doesn't have a IF NOT EXISTS option.