migrations/Version20240520101135.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 Version20240520101135 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 blomqvist.notification_template (identifier, notification_type, text_email, text_sms, subject, created_at, updated_at, text_system, notification_language, category, setting, profile_default, icon, color, profile_title) VALUES ('SELLER_CLASSIC_FOR_SALE_NOR', 57, '<p>Hei %user_name%</p><p>&nbsp;</p><p>Ditt/dine klassic objekter er nå på auksjon hos Blomqvist. Du kan følge auksjonen på <a href=\"https://www.blomqvist.no/auksjoner\">blomqvist.no</a>&nbsp;</p><p>&nbsp;</p><p>%list_all_lots%</p><p><br>&nbsp;</p><p>Med vennlig hilsen,&nbsp;<br>Blomqvist&nbsp;</p><p>&nbsp;</p><p><i>Du kan endre dine preferanser for e-postvarslinger på </i><a href=\"https://www.blomqvist.no/min-side/tilpass-varslinger\"><i>Min side</i></a><i>.&nbsp;</i></p>', 'Ditt objekt er nå på auksjon på blomqvist.no. Du kan følge auksjonen på blomqvist.no/auksjoner ', 'Din klassic auksjon har startet', '2024-05-20 14:35:44', '2024-05-20 14:09:26', '<p>Ditt/dine klassic objekter er nå på auksjon på blomqvist.no. &nbsp;</p><p>%list_all_lots%</p>', 'nor-NO', 'Mine salg', 20, 6, '', '', 'Din klassic auksjon har startet');");
  18.         $this->addSql("INSERT INTO blomqvist.notification_template (identifier, notification_type, text_email, text_sms, subject, created_at, updated_at, text_system, notification_language, category, setting, profile_default, icon, color, profile_title) VALUES ('SELLER_CLASSIC_FOR_SALE_ENG', 57, '<p>Dear %user_name%</p><p>Your classic lot/lots have now been published to auction at blomqvist.no. &nbsp;</p><p>%list_all_lots%</p><p>&nbsp;</p><p>Please let us know if you have any questions.&nbsp;</p><p>Sincerely,</p><p>Blomqvist&nbsp;</p>', 'Your lot(s) is now live on blomqvist.no. You can follow the auction on My Page.', 'Your classic lots are published ', '2024-05-20 14:35:44', '2024-05-20 13:55:39', '<p>Your classic lot/lots have now been published to auction.&nbsp;</p><p>%list_all_lots%&nbsp;</p>', 'eng-GB', 'Mine salg', 20, 6, '', '', 'Classic lots published to auction');");
  19.     }
  20. }