Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created October 15, 2014 14:22
Show Gist options
  • Select an option

  • Save mkorostoff/38dc161ca73dc4531253 to your computer and use it in GitHub Desktop.

Select an option

Save mkorostoff/38dc161ca73dc4531253 to your computer and use it in GitHub Desktop.
<?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