Initial commit
This commit is contained in:
9
skills/database-migration-manager/scripts/README.md
Normal file
9
skills/database-migration-manager/scripts/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user