aude added a comment. I don't think there is good solution to this other than have the badges in a database table.
We have two options: 1. schema change on the wb_items_per_site table to add a badge column (null by default). 2. add a new table that can be joined to the ips_row_id column of wb_items_per_site, containing ips_row_id + badge id with option 1, in most cases, the value would be null and maybe we want to go with option 2 to keep wb_items_per_site smaller, or maybe the impact isn't too excessive and option 1 would be ok. TASK DETAIL https://phabricator.wikimedia.org/T72229 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: aude Cc: Wikidata-bugs, Bene, aude, Superyetkin, Ricordisamoa, Lydia_Pintscher, Stryn, daniel _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
