You are here

function oembedcore_update_6001 in oEmbed 6.0

File

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

Code

function oembedcore_update_6001() {
  $ret = array();
  $schema = _oembedcore_preset_schema_1();
  db_create_table($ret, 'oembedcore_preset', $schema);
  return $ret;
}