Database Migration Skill
This skill handles the execution of database migrations.
Usage
- •Pre-check: Ensure the database container is running.
- •Execute: Run the migration script located at
scripts/migrate.sh. - •Verify: Check the output for "Migration Successful".
Constraints
- •NEVER run this on production without explicit user confirmation.
- •If the migration fails, capture the error log.