MigrationCommand
extends AbstractCommand
in package
This command migrates the Jinya CMS database to the most recent version
Tags
Table of Contents
- $climate : CLImate
- __construct() : mixed
- Creates a new instance of AbstractCommand. Derived classes need to call the constructor to initialize CLImate
- run() : void
- Executes the migration command
Properties
$climate
protected
CLImate
$climate
The CLImate instance of the command
Tags
Methods
__construct()
Creates a new instance of AbstractCommand. Derived classes need to call the constructor to initialize CLImate
public
__construct() : mixed
Tags
Return values
mixed —run()
Executes the migration command
public
run() : void