summaryrefslogtreecommitdiff
path: root/migrations/20220713142453_token_deletion_grace_period.up.sql
Commit message (Collapse)AuthorAgeFilesLines
* keep oauth tokens around a bit after expirypennae2022-07-131-0/+13
firefox wants to delete profile access tokens after they're expired and logs errors if it can't do that. since this happens every hour we can end up with a bunch of error logs very quickly, so we better let it do what it wants.