https://bugzilla.wikimedia.org/show_bug.cgi?id=69360
Marcin Cieślak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |UNCONFIRMED Ever confirmed|1 |0 --- Comment #2 from Marcin Cieślak <[email protected]> --- Is there any way you keep getting an error message? A year ago I did extensive tests attempting to upgrade pretty various old PostgreSQL MediaWikis into something more recent. How old is your MediaWiki? How old is your PostgreSQL installation? Would that be possible for you to dump a schema of the database somewhere for me to test? (or even a whole DB if not private)? Assuming you have a question related to the code: This code relates to the "add_interwiki" SQL *function*, not table. "interwiki" TABLE (with iw_local as CHAR NOT NULL) existed forever in the history of the PostgreSQL port - the first checkin of the tables.sql files contains the table already. Only later some fields where changed (iw_local became SMALLINT as you mention) or were added, and this seems to be reflected in the PostgresUpdater. The code to add "add_interwiki" function lives in maintenance/postgres/archives/patch-add_interwiki.sql and seems to be fine to me. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
