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,8 @@
# Assets
Bundled resources for database-diff-tool skill
- [ ] migration_template.sql: Template for generating SQL migration scripts.
- [ ] rollback_template.sql: Template for generating SQL rollback scripts.
- [ ] example_schema_before.sql: Example database schema before changes.
- [ ] example_schema_after.sql: Example database schema after changes.