pagewiser/database-upgrade

Nette 的简单数据库迁移命令

v0.2.0 2018-06-18 12:29 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:20:36 UTC


README

一个简单的工具,用于升级数据库到当前状态。

要求

  • dibi
  • kdyby/console

注册

更新您的配置文件

console:
    commands:
        - Pagewiser\Database\Migration\DatabaseUpgradeCommand

用法

php index.php database:upgrade ./db

对于更多选项,请输入

php www/index.php help database:upgrade