export class ChangeXpathToText1602806260043 implements MigrationInterface {
  name = 'ChangeXpathToText1602806260043';

  async up(queryRunner: QueryRunner): Promise<void> {
    await queryRunner.query(`ALTER TABLE "report" DROP COLUMN "target"`);