function oembedcore_update_7000 in oEmbed 7
Same name and namespace in other branches
- 7.0 deprecated/oembedcore.install \oembedcore_update_7000()
Move oEmbed render cache to separate bin.
File
- modules/
oembedcore/ oembedcore.install, line 21 - Install file for the oembed core
Code
function oembedcore_update_7000(&$sandbox) {
$table = drupal_get_schema_unprocessed('system', 'cache');
db_create_table('cache_oembed', $table);
}