Skip to content

Commit

Permalink
chore: add type in the migration so that it is synchronized with prod…
Browse files Browse the repository at this point in the history
…uction
  • Loading branch information
Ederson committed Jan 30, 2025
1 parent f0f4544 commit 0040769
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
id: uuidv4(),
role_id: role.id,
name: 'VIEW_DETAILS',
type: 'VIEW_DETAILS',
created_at: new Date(),
updated_at: new Date(),
}));
Expand Down

0 comments on commit 0040769

Please sign in to comment.