Check Pending Database Migrations
check_pending_migrationsIdentify pending database migrations on a remote server by executing a read-only status command via SSH, ensuring safe deployment.
Instructions
Executes read-only migration status command via SSH to check if database migrations are pending on remote server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_path | No | Absolute path to application directory on remote server (auto-resolved if omitted) | |
| framework | No | Database ORM/Migration framework | auto |
| custom_status_cmd | No | Custom command to check migration status |