Skip to content

Commit 154e506

Browse files
committed
migration.js
1 parent 9027b82 commit 154e506

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Method apply the change
2+
exports.up = async (context) => { /* ... */ }
3+
4+
// Method to revert the change
5+
exports.down = async (context) => { /* ... */ }

0 commit comments

Comments
 (0)