migrations/Version20200802174126.php line 1

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace DoctrineMigrations;
  4. use Doctrine\DBAL\Schema\Schema;
  5. use Doctrine\Migrations\AbstractMigration;
  6. /**
  7.  * Auto-generated Migration: Please modify to your needs!
  8.  */
  9. final class Version20200802174126 extends AbstractMigration
  10. {
  11.     public function getDescription() : string
  12.     {
  13.         return '';
  14.     }
  15.     public function up(Schema $schema) : void
  16.     {
  17.         // this up() migration is auto-generated, please modify it to your needs
  18.         $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)');
  19.     }
  20.     public function down(Schema $schema) : void
  21.     {
  22.         // this down() migration is auto-generated, please modify it to your needs
  23.     }
  24. }