Quote:
Originally Posted by junaid
when usergroups update database error
|
Uninstall the install version 1.1.1.
Quote:
Originally Posted by Paul M
JFYI, this query will be run every time as its not inside any of your custom version checks
PHP Code:
// add fields to other tables
$db->query_write("
ALTER TABLE `" . TABLE_PREFIX . "usergroup`
ADD `psiwd_options` int(10) unsigned NOT NULL DEFAULT '0'
");
|
That's fine, it does not add multiple fields because it is not possible.