Install Initial Migration
apex migration install <PKG_ALIAS> [-r]
|
|
Installs the initial package migration. Used during development in place of manually executing the SQL against the database.
|
Parameters
Parameter | Description |
---|---|
pkg_alias | The alias of the package to install initial migration of. |
Flags
Flag | Description |
---|---|
-r | If present, the removal migration will also be run first. Used to refresh the database. |
Examples
- ./apex migration install my-shop