You are here

function image_field_caption_update_7202 in Image Field Caption 7.2

Remove old data

File

./image_field_caption.install, line 389
Image field caption defines a new database schema for adding a caption to images.

Code

function image_field_caption_update_7202() {
  db_drop_table('image_field_caption');
}