Skip to content

Commit

Permalink
add tags to migration templates
Browse files Browse the repository at this point in the history
  • Loading branch information
okv committed Jan 23, 2020
1 parent fcd2519 commit 67f889d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/migrationTemplates/async.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exports.tags = [];

exports.migrate = async ({db}) => {
};
Expand Down
1 change: 1 addition & 0 deletions lib/migrationTemplates/promises.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exports.tags = [];

exports.migrate = function(params) {
const db = params.db;
Expand Down

0 comments on commit 67f889d

Please sign in to comment.