/app/node_modules/pg-node-migrations/dist/migrate.js:108
const error = new Error(`Migration failed. Reason: ${e.message}`);
^
Error: Migration failed. Reason: An error occurred running 'add_updated_at'. Rolled back this migration. No further migrations were run. Reason: role "postgres" does not exist
https://github.com/supabase/stripe-sync-engine/blob/2c0d81aaf877af018d1d4f103459e24cffebeca2/db/migrations/0012_add_updated_at.sql#L11
If the database does not have a
postgresrole, the migration fails.