You are here

function contact_storage_update_8001 in Contact Storage 8

Make sure the fields are added.

File

./contact_storage.install, line 38
Contains install and update hooks.

Code

function contact_storage_update_8001() {
  _contact_storage_ensure_fields();
}