We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe3a37 commit cb600c9Copy full SHA for cb600c9
plugin/pens/lib/PENSPlugin.php
@@ -71,7 +71,7 @@ private function installDatabase()
71
{
72
$pensTable = Database::get_main_table(PENSPlugin::TABLE_PENS);
73
74
- $sql = "CREATE TABLE $pensTable (
+ $sql = "CREATE TABLE IF NOT EXISTS $pensTable (
75
id int unsigned NOT NULL auto_increment,
76
pens_version varchar(255) NOT NULL,
77
package_type varchar(255) NOT NULL,
0 commit comments