remove index on key in refresh_keys

Signed-off-by: Kashish Mittal <kmittal@redhat.com>
This commit is contained in:
Kashish Mittal
2024-09-17 16:53:03 -04:00
parent 83a8830910
commit e6323845e8
@@ -38,7 +38,6 @@ exports.up = async function up(knex) {
'A reference to a key which should be used to trigger a refresh on this entity',
);
table.index('entity_id', 'refresh_keys_entity_id_idx');
table.index('key', 'refresh_keys_key_idx');
});
};