function image_fupload_update_6300 in Image FUpload 6.3
File
- ./
image_fupload.install, line 162
Code
function image_fupload_update_6300() {
$ret = array();
// create our image preview list table
$schema = image_fupload_schema_1();
_drupal_initialize_schema('image_fupload', $schema);
foreach ($schema as $name => $table) {
db_create_table($ret, $name, $table);
}
return $ret;
}