Created
October 15, 2014 14:22
-
-
Save mkorostoff/38dc161ca73dc4531253 to your computer and use it in GitHub Desktop.
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
| <?php | |
| /** | |
| * Empty the sponsor text fields, to allow max_length change | |
| */ | |
| function radius_sponsor_update_7002() { | |
| db_truncate('field_data_field_sponsor_post_logo')->execute(); | |
| db_truncate('field_revision_field_sponsor_post_logo')->execute(); | |
| db_truncate('field_data_field_sponsor_pre_logo')->execute(); | |
| db_truncate('field_revision_field_sponsor_pre_logo')->execute(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment