getTableName(NewsletterEntity::class); $this->connection->executeQuery(" ALTER TABLE $newslettersTable CHANGE type type varchar(150) NOT NULL DEFAULT 'standard' "); $this->connection->executeQuery(" UPDATE $newslettersTable SET type = 'automation_transactional' WHERE type = 'transactional' "); } }