<?php
declare(strict_types=1);
namespace Application\Migrations;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;
/**
* Auto-generated Migration: Please modify to your needs!
*/
final class Version20230217085020 extends AbstractMigration
{
public function getDescription(): string
{
return '';
}
public function up(Schema $schema): void
{
// this up() migration is auto-generated, please modify it to your needs
$this->addSql('DELETE FROM `legal_entity_order_line_status` WHERE `legal_entity_order_line_status`.`id` = 117788');
$this->addSql('DELETE FROM `legal_entity_order_line_status` WHERE `legal_entity_order_line_status`.`id` = 117789');
$this->addSql('DELETE FROM `legal_entity_order_line` WHERE `legal_entity_order_line`.`id` = 6774');
$this->addSql('DELETE FROM `legal_entity_order_line` WHERE `legal_entity_order_line`.`id` = 6775');
$this->addSql('DELETE FROM `legal_entity_contract` WHERE `legal_entity_contract`.`id` = 35455');
$this->addSql('DELETE FROM `legal_entity_order` WHERE `legal_entity_order`.`id` = 2133');
$this->addSql('DELETE FROM `substance_definition` WHERE `substance_definition`.`id` = 6774');
$this->addSql('DELETE FROM `substance_definition` WHERE `substance_definition`.`id` = 6775');
$this->addSql('DELETE FROM `legal_entity_order_line_dossiers` WHERE `legal_entity_order_line_dossiers`.`id` = 6776');
$this->addSql('DELETE FROM `legal_entity_order_line_dossiers` WHERE `legal_entity_order_line_dossiers`.`id` = 6775');
}
public function down(Schema $schema): void
{
// this down() migration is auto-generated, please modify it to your needs
}
}