Remove unused remember_created_at user column#10429
Conversation
zachmargolis
left a comment
There was a problem hiding this comment.
LGTM but because we have our code set to use explicit columns in SELECT statements, I think we need to add it as an ignored column first and then drop it in a second PR
Ah, good call. I'll spin up a separate pull request for that. |
Do we document this anywhere? |
If you read between the lines a bit, yes. (We could probably embellish that section of the page a bit) |
changelog: Internal, Database, Remove unused column from users table
7258afa to
a3a8d83
Compare
PR to add documentation here: GSA-TTS/identity-handbook#538 |
🛠 Summary of changes
Removes the
remember_created_atcolumn from theuserstable.This field is not currently used, and as best I can tell has never been referenced as far back as #1.
📜 Testing Plan
Verify migration runs cleanly:
Verify no lingering references to the removed column.