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 0701fd7 commit 0287726Copy full SHA for 0287726
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