We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f16120 commit 280125cCopy full SHA for 280125c
lib/migrations/20240114120250-revision-add-index.js
@@ -1,4 +1,4 @@
1
-'use strict';
+'use strict'
2
3
module.exports = {
4
up: (queryInterface, Sequelize) => {
@@ -8,4 +8,4 @@ module.exports = {
8
down: (queryInterface, Sequelize) => {
9
return queryInterface.removeIndex('Revisions', 'noteId')
10
}
11
-};
+}
0 commit comments