Renovate is a CLI tool to help you to work on Postgres SQL migration easily.
Stars
95
Forks
2
Watchers
95
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
118
commits
Merge pull request #4 from tyrchen/feature/support-column-and-constraint-rename
b3efdb8View on GitHubfeature: add rename to DeltaItem trait and support rename for column/constraints of the table
07a00b8View on GitHubfix: alter table level constraint should only drop/create that constraint. Also use ONLY for most of alter table migration.
7b8d729View on GitHub