-
-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
enhancementNew feature or requestNew feature or request
Description
alter function set_updated_at() owner to postgres; |
If the database does not have a postgres
role, the migration fails.
/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
aniravi24
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request