chore: cleanup 🎉
Signed-off-by: blam <ben@blam.sh> Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user