<?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 Version20210609084514 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("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `internalComment` , `to_display`) VALUES ('1', '1', '45', '','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('2', '2', '90','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('3', '3', '135','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('4', '4', '180','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('5', '5', '225','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('6', '6', '270','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('7', '7', '315','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('8', '8', '360','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('9', '9', '405','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('10', '10', '450','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('11', '11', '495','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('12', '12', '540','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('13', '13', '585','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('14', '14', '630','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('15', '15', '675','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('16', '16', '720','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('17', '17', '765','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('18', '18', '810','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('19', '19', '855','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('20', '20', '900','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('21', '21', '945','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('22', '22', '990','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('23', '23', '1035','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('24', '24', '1080','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('25', '25', '1125','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('26', '26', '1150','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('27', '27', '1195','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('28', '28', '1240','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `to_display`) VALUES ('29', '29', '1285','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `internalComment`, `to_display`) VALUES ('30 credits', '30', '1290', '$43 a credit','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `internalComment`, `to_display`) VALUES ('45 credits', '45', '1935', '$43 a credit','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `internalComment`, `to_display`) VALUES ('60 credist', '60', '2460', '$41 a credit','1')");
$this->addSql("INSERT INTO `pck_packagetypes` (`displayName`, `numberOfCredits`, `purchasePrice`, `internalComment`, `to_display`) VALUES ('90 credits', '90', '3510', '$39 a credit','1')");
}
public function down(Schema $schema): void
{
// this down() migration is auto-generated, please modify it to your needs
$this->addSql('delete from pck_packagetypes');
}
}