Files
gh-jeremylongshore-claude-c…/skills/database-migration-manager/scripts/README.md
2025-11-30 08:18:24 +08:00

476 B

Scripts

Bundled resources for database-migration-manager skill

  • create_migration.py Generates a new migration file with up and down methods based on user input.
  • apply_migration.py Applies a specific migration to the database.
  • rollback_migration.py Rolls back a specific migration from the database.
  • validate_migration.py Validates the syntax and structure of a migration file.
  • db_connection.py Manages database connections and configurations.