Skip to content

Drop users.encrypted_phone column#6549

Merged
zachmargolis merged 2 commits intomainfrom
margolis-drop-unused-phone-column
Jul 5, 2022
Merged

Drop users.encrypted_phone column#6549
zachmargolis merged 2 commits intomainfrom
margolis-drop-unused-phone-column

Conversation

@zachmargolis
Copy link
Contributor

Why: It was unused and normalized to the phone_configurations
table. Previously ignored in #6501

[skip changelog]

**Why**: It was unused and normalized to the phone_configurations
table. Previously ignored in #6501

[skip changelog]
@zachmargolis zachmargolis requested review from a team and mitchellhenke July 5, 2022 20:01
@@ -1,5 +1,5 @@
class User < ApplicationRecord
self.ignored_columns = %w[encrypted_phone totp_timestamp]
self.ignored_columns = %w[totp_timestamp]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we also drop this 😬

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you mean drop the totp_timestamp column?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well, I guess it's already ignored, so may as well drop it 🤷

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done: cee064c

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it's been ignored for...2.5 years so I think we're good 😀

@zachmargolis zachmargolis merged commit 1e19b8c into main Jul 5, 2022
@zachmargolis zachmargolis deleted the margolis-drop-unused-phone-column branch July 5, 2022 23:33
zachmargolis added a commit that referenced this pull request Jul 6, 2022
**Why**: I forgot to add it in #6549

[skip changelog]
zachmargolis added a commit that referenced this pull request Jul 6, 2022
**Why**: I forgot to add it in #6549

[skip changelog]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants