Closed thomasheartman closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
unleash-monorepo-frontend | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 19, 2024 11:14am |
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
Package | Version | Score | Details |
---|
This change adds a db migration to make the potentially_stale column non-nullable. It'll set any NULL values to
false
.In the down-migration, make the column nullable again.