You are here

function party_update_7022 in Party 7

Drop Party Bundles.

File

./party.install, line 166
Contains install hooks for the CRM party module.

Code

function party_update_7022() {
  db_drop_field('party', 'type');
}