This repository was archived by the owner on Oct 29, 2020. It is now read-only.
Added script to null out default birthday#2252
Merged
angaither merged 1 commit intoDoSomethingArchive:devfrom May 21, 2014
angaither:null-out-fake-birthdays
Merged
Added script to null out default birthday#2252angaither merged 1 commit intoDoSomethingArchive:devfrom angaither:null-out-fake-birthdays
angaither merged 1 commit intoDoSomethingArchive:devfrom
angaither:null-out-fake-birthdays
Conversation
Contributor
|
Code looks good. Should we capture those uids before they get wiped? Just in case you want to |
Contributor
|
Could also output # of affected rows as a nice to have, but nothing required. https://api.drupal.org/api/drupal/includes%21database%21database.inc/function/db_update/7#comment-6969 |
Contributor
|
Adding myself to the issue as I'll need to make a SQL dump of the users table once this data cleaning is in place to update the Message Broker User API data. @angaither please poke me when you run this script. |
Contributor
Author
|
Not sure if it's needed to poke them to update thoughts? cc @mikefantini |
|
not concerned with asking them to update their stuff. let's just null these out and call it a day. they can always update via the profile (eventually) |
angaither
added a commit
that referenced
this pull request
May 21, 2014
Added script to null out default birthday
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sets Dec 31, 1969 to NULL. This is about 1,400 people.
Will need to be tested on QA.
Fixes #2242