<?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 Version20231004121424 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` = 121199');
$this->addSql('DELETE FROM `legal_entity_contract` WHERE `legal_entity_contract`.`id` = 37582');
$this->addSql('DELETE FROM `legal_entity_order_line` WHERE `legal_entity_order_line`.`id` = 6958');
$this->addSql('DELETE FROM `legal_entity_order_invoice` WHERE `legal_entity_order_invoice`.`id` = 17316');
$this->addSql('DELETE FROM `legal_entity_order` WHERE `legal_entity_order`.`id` = 2257');
$this->addSql('DELETE FROM `substance_definition` WHERE `substance_definition`.`id` = 6958');
$this->addSql('DELETE FROM `legal_entity_order_line_status` WHERE `legal_entity_order_line_status`.`id` = 122850');
$this->addSql('DELETE FROM `legal_entity_contract` WHERE `legal_entity_contract`.`id` = 37654');
$this->addSql('DELETE FROM `legal_entity_order_line` WHERE `legal_entity_order_line`.`id` = 6961');
$this->addSql('DELETE FROM `legal_entity_order_invoice` WHERE `legal_entity_order_invoice`.`id` = 18006');
$this->addSql('DELETE FROM `legal_entity_order` WHERE `legal_entity_order`.`id` = 2260');
$this->addSql('DELETE FROM `substance_definition` WHERE `substance_definition`.`id` = 6961');
}
public function down(Schema $schema): void
{
// this down() migration is auto-generated, please modify it to your needs
}
}