Files
gh-jeremylongshore-claude-c…/skills/database-diff-tool/scripts/README.md
2025-11-30 08:18:15 +08:00

348 B

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.