function getid3_update_7101 in getID3() 7.2
Same name and namespace in other branches
- 7 getid3.install \getid3_update_7101()
Create the getid3_meta table. (Skipped in 7.x-2.x)
File
- ./
getid3.install, line 60 - Install, update and uninstall functions for the getid3 module.
Code
function getid3_update_7101() {
// @note: 7.x-2.x does not maintain it's own metadata table and relies on
// the functionality provided by File Entity for this.
// Lets get the schema.
// $schema = getid3_schema();
// Create the table.
// db_create_table('getid3_meta', $schema['getid3_meta']);
}