Skip to content

Commit

Permalink
restore used index
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Jan 2, 2025
1 parent 9874f27 commit d82e407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion migrations/20241230093753-drop-unused-indexes.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = {
'wise_batchgroup_status', // Table: Expenses. Size: 648 kB
'privacy_transfer_id', // Table: Transactions. Size: 16 kB
'Subscriptions_lastChargedAt', // Table: Subscriptions. Size: 16 kB
'virtual_card_requests__host_collective_id__collective_id', // Table: VirtualCardRequests. Size: 16 kB
]) {
console.time(`Dropping index ${indexName}`);
await queryInterface.sequelize.query(`DROP INDEX CONCURRENTLY IF EXISTS "${indexName}"`);
Expand Down

0 comments on commit d82e407

Please sign in to comment.