mozilla / fxa-oauth-server

OAuth server for Firefox Accounts
49 stars 40 forks source link

fix(profile): remove the `profileChangedAt` colum on tokens table #621

Closed vbudhram closed 6 years ago

vbudhram commented 6 years ago

Connects to https://github.com/mozilla/fxa-oauth-server/issues/620

This PR removes the profileChangedAt column on the tokens table. Is this what you had in mind @rfk?

rfk commented 6 years ago

Yep, thanks @vbudhram! I haven't reviewed in detail but this looks like what we need. /cc @jrgm for consideration.

jrgm commented 6 years ago

Yes, looks right to me, from what I understand.

rfk commented 6 years ago

OK, let's keep this in our pocket and see how the attempt at the migration goes come tomorrow...