You are here

function oembedcore_update_6002 in oEmbed 6.0

File

./oembedcore.install, line 136
Install file for the oembed core

Code

function oembedcore_update_6002() {
  $ret = array();
  $schema = _oembedcore_provider_schema_1();
  db_create_table($ret, 'oembedcore_provider', $schema);
  return $ret;
}