You are here

function image_fupload_schema in Image FUpload 6.3

Implementation of hook_schema().

File

./image_fupload.install, line 73

Code

function image_fupload_schema() {

  // Currently, schema 1 is the only schema we have. As we make updates,
  // we might either create a new schema 2 or make adjustments here.
  return image_fupload_schema_1();
}