Skip to content

Commit ccc03c1

Browse files
author
Antoine de Chevigné
committed
fix migrations
1 parent 1237eb9 commit ccc03c1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

run/migrations/20250822091149-add-concurrent-indexe.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,5 @@ module.exports = {
1717
},
1818

1919
async down (queryInterface, Sequelize) {
20-
await queryInterface.sequelize.query(`
21-
DROP INDEX IF EXISTS blocks_orbit_batch_id_idx;
22-
`);
23-
24-
await queryInterface.sequelize.query(`
25-
DROP INDEX IF EXISTS transactions_block_id_idx;
26-
`);
2720
}
2821
};

0 commit comments

Comments
 (0)