Last modified: 2014-05-06 02:11:04 UTC
Table just stores counts on number of people who have enabled that preference, and this information can already be seen on [[Special:BetaFeatures]]. Thanks!
Is there documentation on how to modify which database tables and table columns are exposed in Labs? I think this is an "easy" task.
It's easy-ish certainly, but I know Sean has been refactoring much of the replication setup code so it's probably not documented publicly yet. Adding him as CC on this, as he'll have to chime in either way.
All fine I think. The betafeatures_user_counts table is not involved in the redaction process, so it should be already replicated normally to labs and need only the relevant views setup using Coren's perl scripts.
Coren: Any updates?
I don't think this is a task for beginners if there is no documentation / links on how to achieve this, hence removing the "easy" keyword. Can be readded after providing hints to a newcomer how and where to achieve this.
That table has been added to replication. For the record, while the patch to maintain-replicas.pl is 'easy', applying it to the replicas proper requires a member of the ops team.