What problem does it solve?
This Skill guides users through safely removing a BKND database entity, addressing dependencies, protecting data, and synchronizing schema changes. The workflow emphasizes backups, relationship cleanup, and careful execution to prevent accidental data loss.
Core Features & Use Cases
- Dependency-aware deletion: Removes an entity only after examining and resolving related records and foreign keys.
- Backup-first workflow: Prompts and demonstrates how to back up data before deletion to enable recovery.
- Schema and sync guidance: Walks through removing relations from the schema and running a dry-run before destructive operations.
- Batch/dependent deletions: Provides a pattern for deleting multiple entities in correct order to maintain referential integrity.
Quick Start
- Review all dependencies and backup the database.
- Run a dry-run sync to preview changes (no destructive actions).
- Apply the deletion with the --drop flag and validate that the entity is removed.