chore: cleanup 🎉

Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-10-25 08:14:11 +02:00
parent af653034ef
commit fb62dd18d3
@@ -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