From 39676caf83a3d85203a769295d65c8ce32953883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 14 Apr 2020 16:01:14 +0200 Subject: Removed old, not so maintained and buggy baggy theme --- app/DoctrineMigrations/Version20200414120227.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app/DoctrineMigrations/Version20200414120227.php (limited to 'app/DoctrineMigrations') diff --git a/app/DoctrineMigrations/Version20200414120227.php b/app/DoctrineMigrations/Version20200414120227.php new file mode 100644 index 00000000..45e4c637 --- /dev/null +++ b/app/DoctrineMigrations/Version20200414120227.php @@ -0,0 +1,23 @@ +addSql('UPDATE ' . $this->getTable('config', true) . ' SET theme = "material" WHERE theme = "baggy";'); + } + + public function down(Schema $schema) : void + { + throw new SkipMigrationException('Not possible ... '); + } +} -- cgit v1.2.3