承接 samjuk/m2-module-verbose-db-status 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

samjuk/m2-module-verbose-db-status

最新稳定版本:v1.0.0

Composer 安装命令:

composer require samjuk/m2-module-verbose-db-status

包简介

Adds a verbose mode to the setup:db:status command, to assist with debugging DB schema differences

README 文档

README

Supported Magento Versions CI Workflow Status GitHub Release

This is a simple module that adds a verbose and extra verbose mode to the setup:db:status command.

Especially useful within a CI environment for identifying what schema changes are causing a database migration, which in turn prevents most typical zero downtime deployment strategies.

Example with the verbose flag set Example with the extra verbose flag set
Example of the DB Status command with the verbose flag set Example of the DB Status command with the extra verbose flag set

Installation

composer require samjuk/m2-module-verbose-db-status
php bin/magento module:enable SamJUK_VerboseDBStatus && php bin/magento cache:flush

Usage

Run the setup:db:status command, specifying the appropriate verbosity level

php bin/magento setup:db:status # Standard Magento Output
php bin/magento setup:db:status -v # Display before and after for modified values
php bin/magento setup:db:status -vv # Display before and after for modified values, and raw data diff

统计信息

  • 总下载量: 2.02k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2025-01-11