Migration Commands
apex migration <SUB_COMMAND> [OPTIONS]
|
|
Install and rollback database migrations.
|
Available Commands
| Command | Description |
|---|---|
| create | Create a new database migration. |
| history | View history of previously installed migrations. |
| install | Run installation migration on package. Used during development of a package. |
| install-email | Install e-mail notifications within package.yml of package. |
| migrate | Install pending migrations. |
| rollback | Rollback previously installed migrations. |
| status | View current status and any pending migrations awaiting installation. |