return sequelize.transaction(async () => {
      await node.reload();
      return this.moveNode(node, node.lft, 0);
    });