You are here

function oembedcore_update_7002 in oEmbed 7.0

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

Rename oembedcore_provider table.

File

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

Code

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