<?php
declare(strict_types=1);
namespace DoctrineMigrations;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;
/**
* Auto-generated Migration: Please modify to your needs!
*/
final class Version20200802174126 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('UPDATE orders SET paid_up = 0 WHERE state="Pendiente" AND id IN (264492,264491,264490,264487,264480,264475,264474,264472,264470,264464,264463,264462,264458,264456,264453,264450,264446,264443,264441,264440,264434,264433,264432,264431,264424,264423,264420,264419,264418,264416,264413,264410,264409,264402,264401,264399,264395,264394,264390,264387,264384,264381,264378,264371,264369,264366,264363,264361,264358,264355,264354,264331,264326,264321,264317,264316,264310,264307,264270,264268,264258,264253,264251,264248,264246,264235,264233,264224,264212,264190,264188,264177,264168,264166,264165,264162,264139,264136,264123,264120,264103,264100,264095,264091,264038,264012,264004,263990,263983,263967,263901,263888,263836)');
}
public function down(Schema $schema) : void
{
// this down() migration is auto-generated, please modify it to your needs
}
}