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

Sam Reed (reedy) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Sam Reed (reedy) <[email protected]> ---
(In reply to Erik Bernhardson from comment #2)
> Sorry to bug you springle, I forgot we were deploying to officewiki this
> week which means there is a second database to update(due to officewiki
> being a privatewiki).
> 
> We also need to apply this database change to the officewiki database.

The table is empty, so I jfdi

mysql:wikiadmin@db1038 [officewiki]> select * from flow_workflow;
Empty set (0.02 sec)

mysql:wikiadmin@db1038 [officewiki]> ALTER TABLE /*_*/flow_workflow
    ->       CHANGE workflow_user_id workflow_user_id bigint(20) unsigned
default null,
    ->       CHANGE workflow_user_wiki workflow_user_wiki varbinary(32) default
null;
Query OK, 0 rows affected (0.64 sec)
Records: 0  Duplicates: 0  Warnings: 0

mysql:wikiadmin@db1038 [officewiki]>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to