migrations/Version20220307104212.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 Version20220307104212 extends AbstractMigration
  10. {
  11.     public function getDescription(): string
  12.     {
  13.         return '';
  14.     }
  15.     public function up(Schema $schema): void
  16.     {
  17.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (9,'https://talprograms.org/new/wp-content/uploads/2019/05/JewishHistoryElemISP-v03-1.pdf'), (9,'https://talprograms.org/new/wp-content/uploads/2019/05/Online-Reader-2000-yrs-of-jewish-history-Elem-I-1.pdf')");
  18.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (10,'https://talprograms.org/new/wp-content/uploads/2019/05/JewishHistoryElemIIReader-1.pdf'), (10,'https://talprograms.org/new/wp-content/uploads/2019/05/JewishHistoryElemIISP-v01-1.pdf')");
  19.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (11,'https://talprograms.org/new/wp-content/uploads/2019/05/Advanced-Jewish-History-I-Reader-1.pdf'), (11,'https://talprograms.org/new/wp-content/uploads/2019/05/Jewish-History-Adv-I-SP-1.pdf')");
  20.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (255,'https://talprograms.org/new/wp-content/uploads/2019/05/Jewish-History-Adv-II-study-pack-1.pdf'), (255,'https://talprograms.org/new/wp-content/uploads/2019/05/Advanced-Jewish-History-II-Reader-1.pdf')");
  21.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (322,'http://cistesting.org/wp-content/uploads/2022/03/Accounting-I-Practice-Exam.pdf'), (322,'http://cistesting.org/wp-content/uploads/2022/03/CIS-Accounting-I-Presentation.pptx')");
  22.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (327,'http://cistesting.org/wp-content/uploads/2022/03/American-Civil-War-and-Reconstruction-Practice-Exam.pdf'), (327,'http://cistesting.org/wp-content/uploads/2022/03/CIS-American-Civil-War-and-Reconstruction-Assignments-Guide.pdf'), (327, 'http://cistesting.org/wp-content/uploads/2022/03/CIS-American-Civil-War-and-Reconstruction-Presentation.pdf')");
  23.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (328,'http://cistesting.org/wp-content/uploads/2022/03/American-Government-Practice-Paper.pdf'), (328,'http://cistesting.org/wp-content/uploads/2022/03/CIS-American-Government-Presentation.pdf')");
  24.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (350,'http://cistesting.org/wp-content/uploads/2022/03/International-Finance-Assignments-Guide-1.pdf'), (350,'http://cistesting.org/wp-content/uploads/2022/03/International-finance-Practice-Exam-1.pdf'), (350, 'http://cistesting.org/wp-content/uploads/2022/03/CIS-International-Finance-Presentation-1.pptx')");
  25.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (352,'http://cistesting.org/wp-content/uploads/2022/03/CIS-Introduction-to-Business-Practice-Exam.pdf'), (352,'http://cistesting.org/wp-content/uploads/2022/03/CIS-Introduction-to-Business-Presentation-for-Print.pdf')");
  26.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (354,'http://cistesting.org/wp-content/uploads/2022/03/CIS-Introduction-to-Marketing-Presentation.pptx'), (354,'http://cistesting.org/wp-content/uploads/2022/03/Introduction-to-Marketing-Practice-Exam.pdf')");
  27.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (368,'http://cistesting.org/wp-content/uploads/2022/03/CIS-Principles-of-Finance-Presentation.pptx'), (368,'http://cistesting.org/wp-content/uploads/2022/03/Principles-of-Finance-Assignments-Guide.pdf'), (368, 'http://cistesting.org/wp-content/uploads/2022/03/Principles-of-Finance-Practice-Exam.pdf')");
  28.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (321,'http://cistesting.org/wp-content/uploads/2022/03/Abnormal-Psychology-Assignments-Guide.pdf'), (321,'http://cistesting.org/wp-content/uploads/2022/03/Abnormal-Psychology-Practice-Exam.pdf'), (321, 'http://cistesting.org/wp-content/uploads/2022/03/Abnormal-Psychology-Presentation.pdf'), (321, 'http://cistesting.org/wp-content/uploads/2022/03/Abnormal-Psychology-Sample-Assignment-1.pdf')");
  29.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (49,'https://talprograms.org/new/wp-content/uploads/edd/2020/05/GemaraYevamosIntISP-1-v01.pdf')");
  30.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (245,'https://talprograms.org/new/wp-content/uploads/2019/05/GemaraSuccahIntIandIISPCombined-1-v02.pdf')");
  31.         $this->addSql("INSERT INTO exam_study_materials (exam_id, url) values (246,'https://talprograms.org/new/wp-content/uploads/2019/05/GemaraSuccahIntIandIISPCombined-1-v02.pdf')");
  32.     }
  33.     public function down(Schema $schema): void
  34.     {
  35.         // this down() migration is auto-generated, please modify it to your needs
  36.     }
  37. }