You are here

function cer_entity_settings_update_7001 in Corresponding Entity References 7.3

Drops the cer_entity_settings database table.

File

extensions/cer_entity_settings/cer_entity_settings.install, line 107

Code

function cer_entity_settings_update_7001() {
  db_drop_table('cer_entity_settings');
  cer_entity_settings_install();
}