Is there a sql command to convert the database table from Dustin Barnes quote plugin to this table’s plugin?
Is there a sql command to convert the database table from Dustin Barnes quote plugin to this table’s plugin?
You can actually do it… the table structure of Quotes Collection plugin is similar to that of Dustin Barnes plugin except that…
* what is ‘quoteID’ field in Barnes plugin is ‘quote_id’ in QC
* there are a few additional fields ’source’, ‘tags’, ‘time_added’, ‘time_updated’
* The table name should be changed from ‘wp_quotes’ to ‘wp_quotescollection’
This topic has been closed to new replies.