https://bugzilla.wikimedia.org/show_bug.cgi?id=46533

--- Comment #9 from Antoine "hashar" Musso <[email protected]> ---
Next issue:

The last attempted database query was:
"ALTER TABLE `cn_notices`
 DROP COLUMN `not_language`,
 DROP COLUMN `not_project`,
 ADD COLUMN `not_weight` int(11) NOT NULL DEFAULT '100',
 ADD COLUMN `not_mobile_carrier` tinyint(1) NOT NULL DEFAULT '0',
 ADD COLUMN `not_archived` tinyint(1) NOT NULL DEFAULT '0'
"
from within function "DatabaseBase::sourceFile(
/data/project/apache/common-local/php-master/extensions/CentralNotice/patches/patch-centralnotice-2_3.sql
)".
Database returned error "1060: Duplicate column name 'not_weight' (10.4.0.53)"


Wich is a similar issue: the patch attempt to add columns which have already
been populated by the main patch.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to