Correct syntax err

This commit is contained in:
Mike Jolley 2019-01-25 20:48:39 +00:00
parent 32ae0192e5
commit b38ff764b4
1 changed files with 0 additions and 1 deletions

View File

@ -823,7 +823,6 @@ CREATE TABLE {$wpdb->prefix}wc_download_log (
KEY timestamp (timestamp)
) $collate;
";
}
return $tables;
}