10 lines
476 B
Markdown
10 lines
476 B
Markdown
# 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.
|