<?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 Version20230828065338 extends AbstractMigration
{
public function getDescription(): string
{
return '';
}
public function up(Schema $schema): void
{
$this->addSql('INSERT INTO book (id, number, part) VALUES (1, 1, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (1, \'pl\', \'Księga Rodzaju\', \'Rdz\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (2, 2, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (2, \'pl\', \'Księga Wyjścia\', \'Wj\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (3, 3, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (3, \'pl\', \'Księga Kapłańska\', \'Kpł\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (4, 4, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (4, \'pl\', \'Księga Liczb\', \'Lb\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (5, 5, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (5, \'pl\', \'Księga Powtórzonego Prawa\', \'Pwt\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (6, 6, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (6, \'pl\', \'Księga Jozuego\', \'Joz\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (7, 7, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (7, \'pl\', \'Księga Sędziów\', \'Sdz\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (8, 8, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (8, \'pl\', \'Księga Rut\', \'Rt\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (9, 9, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (9, \'pl\', \'1 Księga Samuela\', \'1Sm\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (10, 10, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (10, \'pl\', \'2 Księga Samuela\', \'2Sm\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (11, 11, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (11, \'pl\', \'1 Księga Królewska\', \'1Krl\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (12, 12, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (12, \'pl\', \'2 Księga Królewska\', \'2Krl\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (13, 13, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (13, \'pl\', \'1 Księga Kronik\', \'1Krn\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (14, 14, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (14, \'pl\', \'2 Księga Kronik\', \'2Krn\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (15, 15, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (15, \'pl\', \'Księga Ezdrasza\', \'Ezd\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (16, 16, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (16, \'pl\', \'Księga Nehemiasza\', \'Ne\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (17, 17, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (17, \'pl\', \'Księga Estery\', \'Est\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (18, 18, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (18, \'pl\', \'Księga Hioba\', \'Hi\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (19, 19, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (19, \'pl\', \'Księga Psalmów\', \'Ps\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (20, 20, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (20, \'pl\', \'Księga Przysłów\', \'Prz\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (21, 21, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (21, \'pl\', \'Księga Koheleta\', \'Koh\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (22, 22, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (22, \'pl\', \'Pieśń Nad Pieśniami\', \'Pnp\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (23, 23, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (23, \'pl\', \'Księga Izajasza\', \'Iz\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (24, 24, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (24, \'pl\', \'Księga Jeremiasza\', \'Jr\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (25, 25, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (25, \'pl\', \'Lamentacje\', \'Lm\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (26, 26, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (26, \'pl\', \'Księga Ezechiela\', \'Ez\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (27, 27, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (27, \'pl\', \'Księga Daniela\', \'Dn\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (28, 28, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (28, \'pl\', \'Księga Ozeasza\', \'Oz\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (29, 29, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (29, \'pl\', \'Księga Joela\', \'Jl\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (30, 30, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (30, \'pl\', \'Księga Amosa\', \'Am\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (31, 31, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (31, \'pl\', \'Księga Abdiasza\', \'Ab\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (32, 32, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (32, \'pl\', \'Księga Jonasza\', \'Jon\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (33, 33, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (33, \'pl\', \'Księga Micheasza\', \'Mi\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (34, 34, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (34, \'pl\', \'Księga Nahuma\', \'Na\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (35, 35, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (35, \'pl\', \'Księga Habakuka\', \'Ha\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (36, 36, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (36, \'pl\', \'Księga Sofoniasza\', \'So\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (37, 37, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (37, \'pl\', \'Księga Aggeusza\', \'Ag\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (38, 38, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (38, \'pl\', \'Księga Zachariasza\', \'Za\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (39, 39, \'old_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (39, \'pl\', \'Księga Malachiasza\', \'Ml\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (40, 40, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (40, \'pl\', \'Ewangelia Mateusza\', \'Mt\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (41, 41, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (41, \'pl\', \'Ewangelia Marka\', \'Mk\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (42, 42, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (42, \'pl\', \'Ewangelia Łukasza\', \'Łk\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (43, 43, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (43, \'pl\', \'Ewangelia Jana\', \'J\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (44, 44, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (44, \'pl\', \'Dzieje Apostolskie\', \'Dz\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (45, 45, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (45, \'pl\', \'List do Rzymian\', \'Rz\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (46, 46, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (46, \'pl\', \'1 List do Koryntian\', \'1Kor\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (47, 47, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (47, \'pl\', \'2 List do Koryntian\', \'2Kor\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (48, 48, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (48, \'pl\', \'List do Galatów\', \'Ga\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (49, 49, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (49, \'pl\', \'List do Efezjan\', \'Ef\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (50, 50, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (50, \'pl\', \'List do Filipian\', \'Flp\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (51, 51, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (51, \'pl\', \'List do Kolosan\', \'Kol\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (52, 52, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (52, \'pl\', \'1 List do Tesaloniczan\', \'1Tes\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (53, 53, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (53, \'pl\', \'2 List do Tesaloniczan\', \'2Tes\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (54, 54, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (54, \'pl\', \'1 List do Tymoteusza\', \'1Tm\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (55, 55, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (55, \'pl\', \'2 List do Tymoteusza\', \'2Tm\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (56, 56, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (56, \'pl\', \'List do Tytusa\', \'Tt\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (57, 57, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (57, \'pl\', \'List do Filemona\', \'Flm\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (58, 58, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (58, \'pl\', \'List do Hebrajczyków\', \'Hbr\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (59, 59, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (59, \'pl\', \'List Jakuba\', \'Jk\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (60, 60, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (60, \'pl\', \'1 List Piotra\', \'1P\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (61, 61, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (61, \'pl\', \'2 List Piotra\', \'2P\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (62, 62, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (62, \'pl\', \'1 List Jana\', \'1J\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (63, 63, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (63, \'pl\', \'2 List Jana\', \'2J\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (64, 64, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (64, \'pl\', \'3 List Jana\', \'3J\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (65, 65, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (65, \'pl\', \'List Judy\', \'Jud\');');
$this->addSql('INSERT INTO book (id, number, part) VALUES (66, 66, \'new_testament\');');
$this->addSql('INSERT INTO book_translation (book_id, language, name, shortcut) VALUES (66, \'pl\', \'Apokalipsa\', \'Ap\');');
}
public function down(Schema $schema): void
{
// this down() migration is auto-generated, please modify it to your needs
}
}