Skip to content

Commit

Permalink
migration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veckatimest committed Apr 15, 2024
1 parent dff048d commit f578af2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = {
FROM public.detections
) as detection
WHERE daily_ranking < 10 OR stream_ranking < 10;
`)
`, { transaction: t })
})
},
down: async (queryInterface) => {
Expand Down

0 comments on commit f578af2

Please sign in to comment.