Initial commit

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

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for database-diff-tool skill
- [ ] generate_migration_script.py: Generates database migration scripts based on the schema differences.
- [ ] rollback_migration.py: Creates rollback scripts to revert database changes.
- [ ] validate_schema_changes.py: Validates the schema changes before applying them to the database.