Files
dokploy/apps/dokploy/drizzle/0098_conscious_chat.sql
Mauricio Siu 64293fce79 feat: add kill process functionality to deployments
- Implemented a new mutation to kill a running deployment process by its PID.
- Updated the deployment schema to include a PID field.
- Enhanced the deployment service to handle process termination and status updates.
- Modified the deployment scripts to echo PID and schedule ID for better tracking.
- Added error handling for the kill process operation.
2025-06-29 21:08:51 -06:00

1 line
47 B
SQL

ALTER TABLE "deployment" ADD COLUMN "pid" text;