UpdateDBCommand
extends CConsoleCommand
in package
Table of Contents
Methods
- run() : mixed
- Performs a database schema upgrade when the configured target version is greater than the current installed version.
Methods
run()
Performs a database schema upgrade when the configured target version is greater than the current installed version.
public
run([array<string|int, mixed>|null $args = null ]) : mixed
Parameters
- $args : array<string|int, mixed>|null = null
-
Optional command-line arguments (not used by this command).