You are here

function oembedcore_update_7002 in oEmbed 7

Same name and namespace in other branches
  1. 7.0 deprecated/oembedcore.install \oembedcore_update_7002()

Rename oembedcore_provider table.

File

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

Code

function oembedcore_update_7002() {
  db_rename_table('oembedcore_provider', 'oembed_provider');
}