Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:24 +08:00
commit b910cf03f8
8 changed files with 249 additions and 0 deletions

View 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.