The software will only create table without using db_prefix as following:
CREATE TABLE contemplate_files ( site varchar(256) NOT NULL, data longblob NOT NULL, UNIQUE KEY site (site) ) /*!40100 DEFAULT CHARACTER SET utf8 */;
I have to add that db_prefix by myself.
Comments
Comment #1
jjeff commentedThank you for noticing this and posting an issue!
I've fixed this problem and created a new release called 1.6 that fixes this problem.
Comment #2
jjeff commentedComment #3
abx commentedYou're welcome and thank you for your great work :)
Comment #4
(not verified) commented