find_schema_churn
Analyze git history to measure how often and how recently each database table changed through migrations, revealing schema volatility for targeted review.
Instructions
Git-history churn per table: how often (and how recently) each table's migrations changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |