476 B
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.