Files
2025-11-30 08:18:15 +08:00

8 lines
348 B
Markdown

# Scripts
Bundled resources for database-diff-tool skill
- [ ] generate_migration_script.py: Generates database migration scripts based on the schema differences.
- [ ] rollback_migration.py: Creates rollback scripts to revert database changes.
- [ ] validate_schema_changes.py: Validates the schema changes before applying them to the database.