Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1-3131: db migration to make potentially stale non-nullable (#8796)
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.
- Loading branch information