automatic_addressbook icon indicating copy to clipboard operation
automatic_addressbook copied to clipboard

Check if DB table already exists before creating it

Open CodeShakingSheep opened this issue 6 months ago • 0 comments

Problem I have the following error from this plugin when I want to upgrade my Roundcube installation.

18459 INFO DEBUG - ERROR: [1050] Table 'collected_contacts' already exists

Solution Added conditional checks to the SQL scripts that only create the table if it doesn't exist.

CodeShakingSheep avatar Aug 10 '24 23:08 CodeShakingSheep