From fb62dd18d39c338f6b4ebf12eb47f911ae1b55cc Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 25 Oct 2024 08:14:11 +0200 Subject: [PATCH] chore: cleanup :tada: Signed-off-by: blam Signed-off-by: blam --- .../20241024104700_add_entity_ref_to_final_entities.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/catalog-backend/migrations/20241024104700_add_entity_ref_to_final_entities.js b/plugins/catalog-backend/migrations/20241024104700_add_entity_ref_to_final_entities.js index a2d4a64b85..3a7c98f425 100644 --- a/plugins/catalog-backend/migrations/20241024104700_add_entity_ref_to_final_entities.js +++ b/plugins/catalog-backend/migrations/20241024104700_add_entity_ref_to_final_entities.js @@ -30,12 +30,6 @@ exports.up = async function up(knex) { ); }); - // // Set the default entity_ref in final_entities from the table - // await knex.raw( - // `UPDATE final_entities SET entity_ref = refresh_state.entity_ref FROM refresh_state WHERE refresh_state.entity_id = final_entities.entity_id`, - // ); - - // 2 await knex .update({ entity_ref: knex