diff --git a/infra/migrations/1733232352672_teste.js b/infra/migrations/1733232352672_teste.js index fbce4d4..ca088d9 100644 --- a/infra/migrations/1733232352672_teste.js +++ b/infra/migrations/1733232352672_teste.js @@ -2,6 +2,6 @@ exports.shorthands = undefined; -exports.up = pgm => {}; +exports.up = (pgm) => {}; -exports.down = pgm => {}; +exports.down = (pgm) => {};