We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9027b82 commit 154e506Copy full SHA for 154e506
1 file changed
Vexor-Exodus-Wallet/templates/migration.js
@@ -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