https://bugzilla.wikimedia.org/show_bug.cgi?id=57617
Kunal Mehta (Legoktm) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] | |, [email protected], | |[email protected] Component|Infrastructure |tools See Also|https://bugzilla.wikimedia. | |org/show_bug.cgi?id=55708 | Blocks| |48930 Assignee|[email protected] |[email protected] Summary|dewiki_p.watchlist missing |watchlist table not |at labs |available on labs --- Comment #1 from Kunal Mehta (Legoktm) <[email protected]> --- Toolserver view: mysql> describe watchlist; +----------------------------+----------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------------------------+----------------+------+-----+---------+-------+ | wl_namespace | int(11) | NO | | 0 | | | wl_title | varbinary(255) | NO | | | | | ts_wl_user_touched_cropped | varbinary(8) | NO | | | | +----------------------------+----------------+------+-----+---------+-------+ 3 rows in set (0.00 sec) ts_wl_user_touched_cropped is an abbreviated form of that user's user_touched value so users running queries can filter out inactive users. It included year, month and day. Example: 20131126. -- 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
