]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-wernis.php
Tasks are now registered again
[mailer.git] / inc / extensions / ext-wernis.php
index d27f6abfad21ff6b5c999261883bcc36e1990184..db288ccae6e424a9f00f016bb480a371c128d615 100644 (file)
@@ -59,7 +59,7 @@ wernis_api_message TINYTEXT,
 wernis_api_status VARCHAR(255) NULL DEFAULT NULL,
 KEY(userid),
 PRIMARY KEY(id)
-) TYPE=MyISAM");
+) TYPE={!_TABLE_TYPE!}");
 
        // Confiuration
        ADD_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_config` ADD wernis_min_payout BIGINT(20) UNSIGNED NOT NULL DEFAULT '40000'");
@@ -143,6 +143,9 @@ case "update": // Update an extension
        }
        break;
 
+case "modify": // When the extension got modified
+       break;
+
 case "test": // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305.
        break;