<?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 Version20240520101135 extends AbstractMigration
{
public function getDescription(): string
{
return '';
}
public function up(Schema $schema): void
{
$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> </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> </p><p> </p><p>%list_all_lots%</p><p><br> </p><p>Med vennlig hilsen, <br>Blomqvist </p><p> </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>. </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. </p><p>%list_all_lots%</p>', 'nor-NO', 'Mine salg', 20, 6, '', '', 'Din klassic auksjon har startet');");
$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. </p><p>%list_all_lots%</p><p> </p><p>Please let us know if you have any questions. </p><p>Sincerely,</p><p>Blomqvist </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. </p><p>%list_all_lots% </p>', 'eng-GB', 'Mine salg', 20, 6, '', '', 'Classic lots published to auction');");
}
}