1 parent a4f2612 commit 0204ad5Copy full SHA for 0204ad5
1 file changed
upload/modules/Websend/init.php
@@ -35,7 +35,7 @@
35
36
try {
37
if(!$queries->tableExists('websend_commands')){
38
- $queries->createTable('websend_commands', ' `id` int(11) NOT NULL AUTO_INCREMENT, `hook` varchar(64) NOT NULL, `command` text NOT NULL, `enabled` tinyint(1) NOT NULL DEFAULT \'0\', PRIMARY KEY (`id`)', "ENGINE=$engine DEFAULT CHARSET=$charset");
+ $queries->createTable('websend_commands', ' `id` int(11) NOT NULL AUTO_INCREMENT, `hook` varchar(64) NOT NULL, `commands` mediumtext NOT NULL, `enabled` tinyint(1) NOT NULL DEFAULT \'0\', PRIMARY KEY (`id`)', "ENGINE=$engine DEFAULT CHARSET=$charset");
39
}
40
} catch(Exception $e){
41
$ws_db_err = true;
0 commit comments