function commerce_file_update_7200 in Commerce File 7.2
Create the download log table.
File
- ./
commerce_file.install, line 126
Code
function commerce_file_update_7200() {
$schema = commerce_file_schema();
db_create_table('commerce_file_download_log', $schema['commerce_file_download_log']);
}