芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/plugins/mailpoet/lib/Migrations/Db/Migration_20230421_135915.php
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' "); } }