migrations/Version20230320135935.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 Version20230320135935 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("INSERT INTO `exams` (`vendor_id`, `active`, `phonesystem_active`, `subject`, `examLevel`, `secularNumber`, `secularTitle`, `duration`, `credits`, `talFee`, `sortOrder`, `content_code`, `group_code`, `program_content_code`, `allowed_resources`, `assignments`, `for_seminary_testing`, `createdOn`) VALUES ('1', '1', '1', 'Ivris Intermediate Course', 'Lower', 'Hebrew 201:course', 'Intermediate Modern Hebrew Course', '90', '8', '208', '0', 'hebrew201', 'gheb201c', 'heb201c', 'Blank paper allowed, student may choose to write answers on this paper', '1', '0', '2023-03-21');");
  19.         $this->addSql("INSERT INTO `exams` (`vendor_id`, `active`, `phonesystem_active`, `subject`, `examLevel`, `secularNumber`, `secular`, `duration`, `credits`, `content_code`, `group_code`, `program_content_code`, `assignments`, `for_seminary_testing`, `createdOn`) VALUES ('1', '1', '1', 'Moadim Elementary Course', 'Lower', 'Jewish Thought 102:course', '0', '120', '6', 'jewishthought102', 'gjewishthought102c', 'jewishthought102c', '1', '0', '2023-03-21');");
  20.         $this->addSql("INSERT INTO `exams` (`vendor_id`, `active`, `phonesystem_active`, `subject`, `examLevel`, `secularNumber`, `secularTitle`, `secular`, `duration`, `credits`, `content_code`, `group_code`, `program_content_code`, `assignments`, `for_seminary_testing`, `createdOn`) VALUES ('4', '1', '1', 'English Composition 1 Course - CIS', 'lower', 'ENG 101:course', 'English Compostion 1 course', '1', '0', '3', NULL, 'geng101c', 'Eng101c', '1', '0', '2023-03-21');");
  21.     }
  22.     public function down(Schema $schema): void
  23.     {
  24.         // this down() migration is auto-generated, please modify it to your needs
  25.     }
  26. }