addSql('UPDATE ' . $this->getTable('config', true) . " SET theme = 'material';"); } public function down(Schema $schema): void { throw new SkipMigration('Not possible ... '); } }