Skip to content

Commit

Permalink
Add comment about down migration
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelwedler committed Jan 31, 2025
1 parent 22676c2 commit ea25237
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ exports.up = function (db, callback) {
async.series([db.runSql.bind(db, allianceSchemaSql)], callback);
};

// Reset Database and remove all tables and functions when running migrate:reset
exports.down = function (db, callback) {
async.series(
[
Expand Down

0 comments on commit ea25237

Please sign in to comment.